Class ListLfpStoresResponse
Response message for the ListLfpStores method.
Implements
Namespace: Google.Shopping.Merchant.Lfp.V1Beta
Assembly: Google.Shopping.Merchant.Lfp.V1Beta.dll
Syntax
public sealed class ListLfpStoresResponse : IMessage<ListLfpStoresResponse>, IEquatable<ListLfpStoresResponse>, IDeepCloneable<ListLfpStoresResponse>, IBufferMessage, IMessage, IPageResponse<LfpStore>, IEnumerable<LfpStore>, IEnumerable
Constructors
ListLfpStoresResponse()
Declaration
public ListLfpStoresResponse()
ListLfpStoresResponse(ListLfpStoresResponse)
Declaration
public ListLfpStoresResponse(ListLfpStoresResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListLfpStoresResponse | other |
Properties
LfpStores
The stores from the specified merchant.
Declaration
public RepeatedField<LfpStore> LfpStores { get; }
Property Value
Type | Description |
---|---|
RepeatedField<LfpStore> |
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<LfpStore> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<LfpStore> |