google_api_vault v0.14.1 GoogleApi.Vault.V1.Model.UserInfo 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

Link to this type

t()

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

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.