class

OpenAI::InviteRequestProjectsItem

Inherits JSON::Serializable < Reference < Object

Constructors

new(id : String = "", role : InviteRequestProjectsItemRole = InviteRequestProjectsItemRole::Member)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

Project's public ID

Source
id=(id : String)

Project's public ID

Source
role

Project membership role

Source
role=(role : InviteRequestProjectsItemRole)

Project membership role

Source