Show / Hide Table of Contents

Class ListLocalInventoriesResponse

Response message for the ListLocalInventories method.

Inheritance
object
ListLocalInventoriesResponse
Implements
IMessage<ListLocalInventoriesResponse>
IEquatable<ListLocalInventoriesResponse>
IDeepCloneable<ListLocalInventoriesResponse>
IBufferMessage
IMessage
IPageResponse<LocalInventory>
IEnumerable<LocalInventory>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Inventories.V1
Assembly: Google.Shopping.Merchant.Inventories.V1.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
IPageResponse<TResource>.NextPageToken

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<LocalInventory> GetEnumerator()
Returns
Type Description
IEnumerator<LocalInventory>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX