google_api_iam v0.17.0 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
Link to this type
t()
View Sourcet() :: %GoogleApi.IAM.V1.Model.CreateRoleRequest{ role: GoogleApi.IAM.V1.Model.Role.t(), roleId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.