Class ListInventorySourceGroupsResponse
Response message for InventorySourceGroupService.ListInventorySourceGroups.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class ListInventorySourceGroupsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InventorySourceGroups
The list of inventory source groups. This list will be absent if empty.
Declaration
[JsonProperty("inventorySourceGroups")]
public virtual IList<InventorySourceGroup> InventorySourceGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<InventorySourceGroup> |
NextPageToken
A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call
to ListInventorySourceGroups
method to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |