View Source GoogleApi.CloudAsset.V1.Model.VersionedPackage (google_api_cloud_asset v0.35.0)

Information related to the a standard versioned package. This includes package info for APT, Yum, Zypper, and Googet package managers.

Attributes

  • architecture (type: String.t, default: nil) - The system architecture this package is intended for.
  • packageName (type: String.t, default: nil) - The name of the package.
  • version (type: String.t, default: nil) - The version of the package.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.VersionedPackage{
  architecture: String.t() | nil,
  packageName: String.t() | nil,
  version: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.