Class GetLfpStoreRequest
Request message for the GetLfpStore
method.
Implements
Namespace: Google.Shopping.Merchant.Lfp.V1Beta
Assembly: Google.Shopping.Merchant.Lfp.V1Beta.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 |