View Source GoogleApi.Admin.Directory_v1.Model.RoleRolePrivileges (google_api_admin v0.40.0)

Attributes

  • privilegeName (type: String.t, default: nil) - The name of the privilege.
  • serviceId (type: String.t, default: nil) - The obfuscated ID of the service this privilege is for. This value is returned with Privileges.list().

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.RoleRolePrivileges{
  privilegeName: String.t() | nil,
  serviceId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.