View Source GoogleApi.AlertCenter.V1beta1.Model.User (google_api_alert_center v0.24.0)

A user.

Attributes

  • displayName (type: String.t, default: nil) - Display name of the user.
  • emailAddress (type: String.t, default: nil) - Email address of the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.User{
  displayName: String.t() | nil,
  emailAddress: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.