Show / Hide Table of Contents

Class ListLfpStoresResponse

Response message for the ListLfpStores method.

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

Methods

GetEnumerator()

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

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