Interface protos.google.cloud.osconfig.v1alpha.Inventory.IItem (2.2.2)

Properties of an Item.

Package

@google-cloud/os-config

Properties

availablePackage

availablePackage?: (google.cloud.osconfig.v1alpha.Inventory.ISoftwarePackage|null);

Item availablePackage

createTime

createTime?: (google.protobuf.ITimestamp|null);

Item createTime

id

id?: (string|null);

Item id

installedPackage

installedPackage?: (google.cloud.osconfig.v1alpha.Inventory.ISoftwarePackage|null);

Item installedPackage

originType

originType?: (google.cloud.osconfig.v1alpha.Inventory.Item.OriginType|keyof typeof google.cloud.osconfig.v1alpha.Inventory.Item.OriginType|null);

Item originType

type

type?: (google.cloud.osconfig.v1alpha.Inventory.Item.Type|keyof typeof google.cloud.osconfig.v1alpha.Inventory.Item.Type|null);

Item type

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Item updateTime