google_api_people v0.4.1 GoogleApi.People.V1.Model.ImClient View Source

A person's instant messaging client.

Attributes

  • formattedProtocol (String.t): The read-only protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Defaults to: null.
  • formattedType (String.t): The read-only type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Defaults to: null.
  • metadata (FieldMetadata): Metadata about the IM client. Defaults to: null.
  • protocol (String.t): 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` Defaults to: null.
  • type (String.t): The type of the IM client. The type can be custom or one of these predefined values: `home` `work` * `other` Defaults to: null.
  • username (String.t): The user name used in the IM client. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.People.V1.Model.ImClient{
  formattedProtocol: any(),
  formattedType: any(),
  metadata: GoogleApi.People.V1.Model.FieldMetadata.t(),
  protocol: any(),
  type: any(),
  username: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.