Class ListInventoriesResponse
A response message for listing inventory data for all VMs in a specified location.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1alpha.Data
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class ListInventoriesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Inventories
List of inventory objects.
Declaration
[JsonProperty("inventories")]
public virtual IList<Inventory> Inventories { get; set; }
Property Value
Type | Description |
---|---|
IList<Inventory> |
NextPageToken
The pagination token to retrieve the next page of inventory objects.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |