admin  directory_v1
Properties | List of all members
Google.Apis.Admin.Directory.directory_v1.Data.UserPhone Class Reference

JSON template for a phone entry. More...

Inheritance diagram for Google.Apis.Admin.Directory.directory_v1.Data.UserPhone:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string CustomType [get, set]
 Custom Type. More...
 
virtual System.Nullable< bool > Primary [get, set]
 If this is user's primary phone or not. More...
 
virtual string Type [get, set]
 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. More...
 
virtual string Value [get, set]
 Phone number. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

JSON template for a phone entry.

Property Documentation

◆ CustomType

virtual string Google.Apis.Admin.Directory.directory_v1.Data.UserPhone.CustomType
getset

Custom Type.

◆ ETag

virtual string Google.Apis.Admin.Directory.directory_v1.Data.UserPhone.ETag
getset

The ETag of the item.

◆ Primary

virtual System.Nullable<bool> Google.Apis.Admin.Directory.directory_v1.Data.UserPhone.Primary
getset

If this is user's primary phone or not.

◆ Type

virtual string Google.Apis.Admin.Directory.directory_v1.Data.UserPhone.Type
getset

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.

◆ Value

virtual string Google.Apis.Admin.Directory.directory_v1.Data.UserPhone.Value
getset

Phone number.


The documentation for this class was generated from the following file: