GoogleApi.AccessApproval.V1.Model.AccessReason (google_api_access_approval v0.8.4) View Source

Attributes

  • detail (type: String.t, default: nil) - More detail about certain reason types. See comments for each type above.
  • type (type: String.t, default: nil) - Type of access justification.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AccessApproval.V1.Model.AccessReason{
  detail: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.