Table of Contents

Class Customer

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
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

string

CustomerCreationTime

DateTime representation of CustomerCreationTimeRaw.

public virtual DateTime? CustomerCreationTime { get; set; }

Property Value

DateTime?

CustomerCreationTimeRaw

The customer's creation time (Readonly)

public virtual string CustomerCreationTimeRaw { get; set; }

Property Value

string

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

string

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Id

The unique ID for the customer's G Suite account. (Readonly)

public virtual string Id { get; set; }

Property Value

string

Kind

Identifies the resource as a customer. Value: admin#directory#customer

public virtual string Kind { get; set; }

Property Value

string

Language

The customer's ISO 639-2 language code. The default value is en-US

public virtual string Language { get; set; }

Property Value

string

PhoneNumber

The customer's contact phone number in E.164 format.

public virtual string PhoneNumber { get; set; }

Property Value

string

PostalAddress

The customer's postal address information.

public virtual CustomerPostalAddress PostalAddress { get; set; }

Property Value

CustomerPostalAddress