Show / Hide Table of Contents

Class OrganizationInfo

Additional information stored for an organization.

Inheritance
object
OrganizationInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX