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

A single piece of inventory on a VM.

Attributes

  • availablePackage (type: GoogleApi.CloudAsset.V1.Model.SoftwarePackage.t, default: nil) - Software package available to be installed on the VM instance.
  • createTime (type: DateTime.t, default: nil) - When this inventory item was first detected.
  • id (type: String.t, default: nil) - Identifier for this item, unique across items for this VM.
  • installedPackage (type: GoogleApi.CloudAsset.V1.Model.SoftwarePackage.t, default: nil) - Software package present on the VM instance.
  • originType (type: String.t, default: nil) - The origin of this inventory item.
  • type (type: String.t, default: nil) - The specific type of inventory, correlating to its specific details.
  • updateTime (type: DateTime.t, default: nil) - When this inventory item was last modified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.Item{
  availablePackage: GoogleApi.CloudAsset.V1.Model.SoftwarePackage.t() | nil,
  createTime: DateTime.t() | nil,
  id: String.t() | nil,
  installedPackage: GoogleApi.CloudAsset.V1.Model.SoftwarePackage.t() | nil,
  originType: String.t() | nil,
  type: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.