GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser (google_api_script v0.19.0)

View Source

A simple user profile resource.

Attributes

  • domain (type: String.t, default: nil) - The user's domain.
  • email (type: String.t, default: nil) - The user's identifying email address.
  • name (type: String.t, default: nil) - The user's display name.
  • photoUrl (type: String.t, default: nil) - The user's photo.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser{
  domain: String.t() | nil,
  email: String.t() | nil,
  name: String.t() | nil,
  photoUrl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.