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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.