Show / Hide Table of Contents

Class GetLfpMerchantStateRequest

Request message for the GetLfpMerchantState method.

Inheritance
object
GetLfpMerchantStateRequest
Implements
IMessage<GetLfpMerchantStateRequest>
IEquatable<GetLfpMerchantStateRequest>
IDeepCloneable<GetLfpMerchantStateRequest>
IBufferMessage
IMessage
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 GetLfpMerchantStateRequest : IMessage<GetLfpMerchantStateRequest>, IEquatable<GetLfpMerchantStateRequest>, IDeepCloneable<GetLfpMerchantStateRequest>, IBufferMessage, IMessage

Constructors

GetLfpMerchantStateRequest()

Declaration
public GetLfpMerchantStateRequest()

GetLfpMerchantStateRequest(GetLfpMerchantStateRequest)

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

Properties

LfpMerchantStateName

LfpMerchantStateName-typed view over the Name resource name property.

Declaration
public LfpMerchantStateName LfpMerchantStateName { get; set; }
Property Value
Type Description
LfpMerchantStateName

Name

Required. The name of the state to retrieve. Format: accounts/{account}/lfpMerchantStates/{target_merchant}. For example, accounts/123456/lfpMerchantStates/567890.

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