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

JSON template for an email. More...

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

Properties

virtual string Address [get, set]
 Email id of the user. More...
 
virtual string CustomType [get, set]
 Custom Type. More...
 
virtual System.Nullable< bool > Primary [get, set]
 If this is user's primary email. Only one entry could be marked as primary. More...
 
virtual string Type [get, set]
 Each entry can have a type which indicates standard types of that entry. For example email could be of home, work etc. In addition to the standard type, an entry can have a custom type and can take any value Such types should have the CUSTOM value as type and also have a customType value. 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 an email.

Property Documentation

◆ Address

virtual string Google.Apis.Admin.Directory.directory_v1.Data.UserEmail.Address
getset

Email id of the user.

◆ CustomType

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

Custom Type.

◆ ETag

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

The ETag of the item.

◆ Primary

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

If this is user's primary email. Only one entry could be marked as primary.

◆ Type

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

Each entry can have a type which indicates standard types of that entry. For example email could be of home, work etc. In addition to the standard type, an entry can have a custom type and can take any value Such types should have the CUSTOM value as type and also have a customType value.


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