Class GbpAccount
Collection of information related to a Google Business Profile (GBP) account.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class GbpAccount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GbpAccountId
The id of the GBP account.
Declaration
[JsonProperty("gbpAccountId")]
public virtual 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
[JsonProperty("gbpAccountName")]
public virtual string GbpAccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ListingCount
Number of listings under this account.
Declaration
[JsonProperty("listingCount")]
public virtual 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
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of the Business Profile.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |