View Source VRChat.Model.UpdateGroupRoleRequest (vrchat v1.11.1)

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.UpdateGroupRoleRequest{
  description: String.t() | nil,
  isSelfAssignable: boolean() | nil,
  name: String.t() | nil,
  order: integer() | nil,
  permissions: [String.t()] | nil
}