google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.UserRelation View Source

JSON template for a relation entry.

Attributes

  • customType (type: String.t, default: nil) - Custom Type.
  • type (type: String.t, default: nil) - The relation of the user. Some of the possible values are mother, father, sister, brother, manager, assistant, partner.
  • value (type: String.t, default: nil) - The name of the relation.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Admin.Directory_v1.Model.UserRelation{
  customType: String.t(),
  type: String.t(),
  value: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.