Class GmbAccountsGmbAccount
Inheritance
System.Object
GmbAccountsGmbAccount
Implements
Google.Apis.Requests.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.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class GmbAccountsGmbAccount : IDirectResponseSchema
Properties
The email which identifies the GMB account.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ListingCount
Number of listings under this account.
Declaration
[JsonProperty("listingCount")]
public virtual ulong? ListingCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt64> |
Name
The name of the GMB account.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The type of the GMB account (User or Business).
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema