class

OpenAI::PublicAssignOrganizationGroupRoleBody

Inherits JSON::Serializable < Reference < Object

Request payload for assigning a role to a group or user.

Constructors

new(role_id : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

role_id

Identifier of the role to assign.

Source
role_id=(role_id : String)

Identifier of the role to assign.

Source