Show / Hide Table of Contents

Class GbpAccount

Collection of information related to a Google Business Profile (GBP) account.

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

Constructors

GbpAccount()

Declaration
public GbpAccount()

GbpAccount(GbpAccount)

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

Properties

GbpAccountId

The id of the GBP account.

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

GbpAccountName

The name of the Business Profile. For personal accounts: Email id of the owner. For Business accounts: Name of the Business Account.

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

ListingCount

Number of listings under this account.

Declaration
public long ListingCount { get; set; }
Property Value
Type Description
long

Name

Identifier. The resource name of the GBP account. Format: accounts/{account}/gbpAccount/{gbp_account}

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

NameAsGbpAccountName

GbpAccountName-typed view over the Name resource name property.

Declaration
public GbpAccountName NameAsGbpAccountName { get; set; }
Property Value
Type Description
GbpAccountName

Type

The type of the Business Profile.

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