Table of Contents

Class UserPhone

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

JSON template for a phone entry.

public class UserPhone : IDirectResponseSchema
Inheritance
UserPhone
Implements
IDirectResponseSchema
Inherited Members

Constructors

UserPhone()

public UserPhone()

Properties

CustomType

Custom Type.

public virtual string CustomType { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Primary

If this is user's primary phone or not.

public virtual bool? Primary { get; set; }

Property Value

bool?

Type

Each entry can have a type which indicates standard types of that entry. For example phone could be of home_fax, work, mobile etc. In addition to the standard type, an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a customType value.

public virtual string Type { get; set; }

Property Value

string

Value

Phone number.

public virtual string Value { get; set; }

Property Value

string