Show / Hide Table of Contents

Class FindLfpProvidersRequest

Request message for the FindLfpProviders method.

Inheritance
object
FindLfpProvidersRequest
Implements
IMessage<FindLfpProvidersRequest>
IEquatable<FindLfpProvidersRequest>
IDeepCloneable<FindLfpProvidersRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class FindLfpProvidersRequest : IMessage<FindLfpProvidersRequest>, IEquatable<FindLfpProvidersRequest>, IDeepCloneable<FindLfpProvidersRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

FindLfpProvidersRequest()

Declaration
public FindLfpProvidersRequest()

FindLfpProvidersRequest(FindLfpProvidersRequest)

Declaration
public FindLfpProvidersRequest(FindLfpProvidersRequest other)
Parameters
Type Name Description
FindLfpProvidersRequest other

Properties

PageSize

Optional. The maximum number of LfpProvider resources to return. The service returns fewer than this value if the number of lfp providers is less that than the pageSize. The default value is 50. The maximum value is 1000; If a value higher than the maximum is specified, then the pageSize will default to the maximum.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

Optional. A page token, received from a previous FindLfpProviders call. Provide the page token to retrieve the subsequent page.

When paginating, all other parameters provided to FindLfpProviders must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The name of the parent resource under which the LFP providers are found. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}.

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsOmnichannelSettingName

OmnichannelSettingName-typed view over the Parent resource name property.

Declaration
public OmnichannelSettingName ParentAsOmnichannelSettingName { get; set; }
Property Value
Type Description
OmnichannelSettingName
In this article
Back to top Generated by DocFX