Show / Hide Table of Contents

Class LfpProvider

Collection of information related to a Local Feed Partnership (LFP) provider.

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

Constructors

LfpProvider()

Declaration
public LfpProvider()

LfpProvider(LfpProvider)

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

Properties

DisplayName

The display name of the LFP provider.

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

LfpProviderName

LfpProviderName-typed view over the Name resource name property.

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

Name

Identifier. The resource name of the LFP provider. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}/lfpProviders/{lfp_provider}

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

RegionCode

Output only. Region code defined by CLDR.

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