class

OpenAI::InviteProjectGroupBody

Inherits JSON::Serializable < Reference < Object

Request payload for granting a group access to a project.

Constructors

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

Instance methods

group_id

Identifier of the group to add to the project.

Source
group_id=(group_id : String)

Identifier of the group to add to the project.

Source
role

Identifier of the project role to grant to the group.

Source
role=(role : String)

Identifier of the project role to grant to the group.

Source