Class UserIm
JSON template for instant messenger of an user.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class UserIm : IDirectResponseSchema
Properties
CustomProtocol
Custom protocol.
Declaration
[JsonProperty("customProtocol")]
public virtual string CustomProtocol { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomType
Custom type.
Declaration
[JsonProperty("customType")]
public virtual string CustomType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Im
Instant messenger id.
Declaration
[JsonProperty("im")]
public virtual string Im { get; set; }
Property Value
Type | Description |
---|---|
string |
Primary
If this is user's primary im. Only one entry could be marked as primary.
Declaration
[JsonProperty("primary")]
public virtual bool? Primary { get; set; }
Property Value
Type | Description |
---|---|
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.
Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
Type | Description |
---|---|
string |
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.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |