View Source GoogleApi.Vault.V1.Model.UserInfo (google_api_vault v0.23.0)

User's information.

Attributes

  • displayName (type: String.t, default: nil) - The displayed name of the user.
  • email (type: String.t, default: nil) - The email address of the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Vault.V1.Model.UserInfo{
  displayName: String.t() | nil,
  email: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.