class

OpenAI::Group

Inherits JSON::Serializable < Reference < Object

Summary information about a group returned in role assignment responses.

Constructors

new(object : GroupObject = GroupObject::Group, id : String = "", name : String = "", created_at : Int64 = 0, scim_managed : Bool = false)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at

Unix timestamp (in seconds) when the group was created.

Source
created_at=(created_at : Int64)

Unix timestamp (in seconds) when the group was created.

Source
id

Identifier for the group.

Source
id=(id : String)

Identifier for the group.

Source
name

Display name of the group.

Source
name=(name : String)

Display name of the group.

Source
object

Always group.

Source
object=(object : GroupObject)

Always group.

Source
scim_managed

Whether the group is managed through SCIM.

Source
scim_managed=(scim_managed : Bool)

Whether the group is managed through SCIM.

Source