google_api_iam v0.26.1 GoogleApi.IAM.V1.Model.CreateRoleRequest View Source

The request to create a new role.

Attributes

  • role (type: GoogleApi.IAM.V1.Model.Role.t, default: nil) - The Role resource to create.
  • roleId (type: String.t, default: nil) - The role ID to use for this role.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.IAM.V1.Model.CreateRoleRequest{
  role: GoogleApi.IAM.V1.Model.Role.t(),
  roleId: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.