View Source GoogleApi.Admin.Directory_v1.Model.UserRelation (google_api_admin v0.40.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.