class

OpenAI::ProjectGroup

Inherits JSON::Serializable < Reference < Object

Details about a group's membership in a project.

Constructors

new(object : ProjectGroupObject = ProjectGroupObject::ProjectGroup, project_id : String = "", group_id : String = "", group_name : String = "", created_at : Int64 = 0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at

Unix timestamp (in seconds) when the group was granted project access.

Source
created_at=(created_at : Int64)

Unix timestamp (in seconds) when the group was granted project access.

Source
group_id

Identifier of the group that has access to the project.

Source
group_id=(group_id : String)

Identifier of the group that has access to the project.

Source
group_name

Display name of the group.

Source
group_name=(group_name : String)

Display name of the group.

Source
object

Always project.group.

Source
object=(object : ProjectGroupObject)

Always project.group.

Source
project_id

Identifier of the project.

Source
project_id=(project_id : String)

Identifier of the project.

Source