Properties of an Item.
Package
@google-cloud/os-config!Properties
availablePackage
availablePackage?: (google.cloud.osconfig.v1.Inventory.ISoftwarePackage|null);Item availablePackage
| Type | Description |
| (google.cloud.osconfig.v1.Inventory.ISoftwarePackage|null) |
createTime
createTime?: (google.protobuf.ITimestamp|null);Item createTime
| Type | Description |
| (google.protobuf.ITimestamp|null) |
id
id?: (string|null);Item id
| Type | Description |
| (string|null) |
installedPackage
installedPackage?: (google.cloud.osconfig.v1.Inventory.ISoftwarePackage|null);Item installedPackage
| Type | Description |
| (google.cloud.osconfig.v1.Inventory.ISoftwarePackage|null) |
originType
originType?: (google.cloud.osconfig.v1.Inventory.Item.OriginType|keyof typeof google.cloud.osconfig.v1.Inventory.Item.OriginType|null);Item originType
| Type | Description |
| (google.cloud.osconfig.v1.Inventory.Item.OriginType|keyof typeof google.cloud.osconfig.v1.Inventory.Item.OriginType|null) |
type
type?: (google.cloud.osconfig.v1.Inventory.Item.Type|keyof typeof google.cloud.osconfig.v1.Inventory.Item.Type|null);Item type
| Type | Description |
| (google.cloud.osconfig.v1.Inventory.Item.Type|keyof typeof google.cloud.osconfig.v1.Inventory.Item.Type|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);Item updateTime
| Type | Description |
| (google.protobuf.ITimestamp|null) |