Class OrganizationInfo
Additional information stored for an organization.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessAccountManagement.v1.Data
Assembly: Google.Apis.MyBusinessAccountManagement.v1.dll
Syntax
public class OrganizationInfo : IDirectResponseSchema
Properties
Address
Output only. The postal address for the account.
Declaration
[JsonProperty("address")]
public virtual PostalAddress Address { get; set; }
Property Value
Type | Description |
---|---|
PostalAddress |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PhoneNumber
Output only. The contact number for the organization.
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
RegisteredDomain
Output only. The registered domain for the account.
Declaration
[JsonProperty("registeredDomain")]
public virtual string RegisteredDomain { get; set; }
Property Value
Type | Description |
---|---|
string |