Class Customer
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for Customer Resource object in Directory API.
public class Customer : IDirectResponseSchema
- Inheritance
-
Customer
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Customer()
public Customer()
Properties
AlternateEmail
The customer's secondary contact email address. This email address cannot be on the same domain as the customerDomain
public virtual string AlternateEmail { get; set; }
Property Value
CustomerCreationTime
DateTime representation of CustomerCreationTimeRaw.
public virtual DateTime? CustomerCreationTime { get; set; }
Property Value
CustomerCreationTimeRaw
The customer's creation time (Readonly)
public virtual string CustomerCreationTimeRaw { get; set; }
Property Value
CustomerDomain
The customer's primary domain name string. Do not include the www prefix when creating a new customer.
public virtual string CustomerDomain { get; set; }
Property Value
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
Id
The unique ID for the customer's G Suite account. (Readonly)
public virtual string Id { get; set; }
Property Value
Kind
Identifies the resource as a customer. Value: admin#directory#customer
public virtual string Kind { get; set; }
Property Value
Language
The customer's ISO 639-2 language code. The default value is en-US
public virtual string Language { get; set; }
Property Value
PhoneNumber
The customer's contact phone number in E.164 format.
public virtual string PhoneNumber { get; set; }
Property Value
PostalAddress
The customer's postal address information.
public virtual CustomerPostalAddress PostalAddress { get; set; }