Class ListLocalInventoriesResponse
Response message for the ListLocalInventories
method.
Implements
Namespace: Google.Shopping.Merchant.Inventories.V1Beta
Assembly: Google.Shopping.Merchant.Inventories.V1Beta.dll
Syntax
public sealed class ListLocalInventoriesResponse : IMessage<ListLocalInventoriesResponse>, IEquatable<ListLocalInventoriesResponse>, IDeepCloneable<ListLocalInventoriesResponse>, IBufferMessage, IMessage, IPageResponse<LocalInventory>, IEnumerable<LocalInventory>, IEnumerable
Constructors
ListLocalInventoriesResponse()
Declaration
public ListLocalInventoriesResponse()
ListLocalInventoriesResponse(ListLocalInventoriesResponse)
Declaration
public ListLocalInventoriesResponse(ListLocalInventoriesResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListLocalInventoriesResponse | other |
Properties
LocalInventories
The LocalInventory
resources for the given product from the specified
account.
Declaration
public RepeatedField<LocalInventory> LocalInventories { get; }
Property Value
Type | Description |
---|---|
RepeatedField<LocalInventory> |
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
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<LocalInventory> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<LocalInventory> |