google_api_script v0.3.0 GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser View Source

A simple user profile resource.

Attributes

  • domain (String.t): The user's domain. Defaults to: null.
  • email (String.t): The user's identifying email address. Defaults to: null.
  • name (String.t): The user's display name. Defaults to: null.
  • photoUrl (String.t): The user's photo. 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.Script.V1.Model.GoogleAppsScriptTypeUser{
  domain: any(),
  email: any(),
  name: any(),
  photoUrl: 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.