Class UserIm
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for instant messenger of an user.
public class UserIm : IDirectResponseSchema
- Inheritance
-
UserIm
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
UserIm()
public UserIm()
Properties
CustomProtocol
Custom protocol.
public virtual string CustomProtocol { 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
Im
Instant messenger id.
public virtual string Im { get; set; }
Property Value
Primary
If this is user's primary im. Only one entry could be marked as primary.
public virtual bool? Primary { get; set; }
Property Value
- bool?
Protocol
Protocol used in the instant messenger. It should be one of the values from ImProtocolTypes map. Similar to type, it can take a CUSTOM value and specify the custom name in customProtocol field.
public virtual string Protocol { get; set; }
Property Value
Type
Each entry can have a type which indicates standard types of that entry. For example instant messengers 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; }