GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser (google_api_script v0.15.2) 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.