Class UserEmail
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for an email.
public class UserEmail : IDirectResponseSchema
- Inheritance
-
UserEmail
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
UserEmail()
public UserEmail()
Properties
Address
Email id of the user.
public virtual string Address { get; set; }
Property Value
CustomType
Custom Type.
public virtual string CustomType { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Primary
If this is user's primary email. Only one entry could be marked as primary.
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 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.
public virtual string Type { get; set; }