Class ImClient
A person's instant messaging client.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class ImClient : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FormattedProtocol
Output only. The protocol of the IM client formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
Declaration
[JsonProperty("formattedProtocol")]
public virtual string FormattedProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FormattedType
Output only. The type of the IM client translated and formatted in the viewer's account locale or the
Accept-Language HTTP header locale.
Declaration
[JsonProperty("formattedType")]
public virtual string FormattedType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Metadata about the IM client.
Declaration
[JsonProperty("metadata")]
public virtual FieldMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMetadata |
Protocol
The protocol of the IM client. The protocol can be custom or one of these predefined values: * aim * msn
yahoo*skype*qq*googleTalk*icq*jabber*netMeeting
Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of the IM client. The type can be custom or one of these predefined values: * home * work *
other
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
The user name used in the IM client.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |