Show / Hide Table of Contents

Class AccountGoogleMyBusinessLink

Inheritance
System.Object
AccountGoogleMyBusinessLink
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

GmbAccountId

The ID of the GMB account. If this is provided, then gmbEmail is ignored. The value of this field should match the accountId used by the GMB API.

Declaration
[JsonProperty("gmbAccountId")]
public virtual string GmbAccountId { get; set; }
Property Value
Type Description
System.String

GmbEmail

The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account.

Declaration
[JsonProperty("gmbEmail")]
public virtual string GmbEmail { get; set; }
Property Value
Type Description
System.String

Status

Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "active" - "pending"

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top