Class ListRegionalInventoriesResponse
Response message for the ListRegionalInventories
method.
Implements
Namespace: Google.Shopping.Merchant.Inventories.V1Beta
Assembly: Google.Shopping.Merchant.Inventories.V1Beta.dll
Syntax
public sealed class ListRegionalInventoriesResponse : IMessage<ListRegionalInventoriesResponse>, IEquatable<ListRegionalInventoriesResponse>, IDeepCloneable<ListRegionalInventoriesResponse>, IBufferMessage, IMessage, IPageResponse<RegionalInventory>, IEnumerable<RegionalInventory>, IEnumerable
Constructors
ListRegionalInventoriesResponse()
Declaration
public ListRegionalInventoriesResponse()
ListRegionalInventoriesResponse(ListRegionalInventoriesResponse)
Declaration
public ListRegionalInventoriesResponse(ListRegionalInventoriesResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListRegionalInventoriesResponse | other |
Properties
NextPageToken
A token, which can be sent as pageToken
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
RegionalInventories
The RegionalInventory
resources for the given product from the specified
account.
Declaration
public RepeatedField<RegionalInventory> RegionalInventories { get; }
Property Value
Type | Description |
---|---|
RepeatedField<RegionalInventory> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<RegionalInventory> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<RegionalInventory> |