Class AccountGoogleMyBusinessLink
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountGoogleMyBusinessLink : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GmbAccountId
The ID of the Business Profile. If this is provided, then gmbEmail
is ignored. The value of this field
should match the accountId
used by the Business Profile API.
Declaration
[JsonProperty("gmbAccountId")]
public virtual string GmbAccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
GmbEmail
The Business Profile email address of a specific account within a Business Profile. A sample account within a Business Profile could be a business account with set of locations, managed under the Business Profile.
Declaration
[JsonProperty("gmbEmail")]
public virtual string GmbEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Status of the link between this Merchant Center account and the Business Profile. Acceptable values are: -
"active
" - "pending
"
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |