View Source GoogleApi.OSConfig.V1.Model.InventoryVersionedPackage (google_api_os_config v0.21.1)

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.OSConfig.V1.Model.InventoryVersionedPackage{
  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.