class

OpenAI::GroupResourceWithSuccess

Inherits JSON::Serializable < Reference < Object

Response returned after updating a group.

Constructors

new(id : String = "", name : String = "", created_at : Int64 = 0, is_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
is_scim_managed

Whether the group is managed through SCIM and controlled by your identity provider.

Source
is_scim_managed=(is_scim_managed : Bool)

Whether the group is managed through SCIM and controlled by your identity provider.

Source
name

Updated display name for the group.

Source
name=(name : String)

Updated display name for the group.

Source