Show / Hide Table of Contents

Class GetLfpStoreRequest

Request message for the GetLfpStore method.

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

Constructors

GetLfpStoreRequest()

Declaration
public GetLfpStoreRequest()

GetLfpStoreRequest(GetLfpStoreRequest)

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

Properties

LfpStoreName

LfpStoreName-typed view over the Name resource name property.

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

Name

Required. The name of the store to retrieve. Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}

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