Class: OpenAI::Models::Admin::Organization::GroupUpdateResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Admin::Organization::GroupUpdateResponse
- Defined in:
- lib/openai/models/admin/organization/group_update_response.rb
Overview
Instance Attribute Summary collapse
-
#created_at ⇒ Integer
Unix timestamp (in seconds) when the group was created.
-
#id ⇒ String
Identifier for the group.
-
#is_scim_managed ⇒ Boolean
Whether the group is managed through SCIM and controlled by your identity provider.
-
#name ⇒ String
Updated display name for the group.
Instance Method Summary collapse
-
#initialize(id:, created_at:, is_scim_managed:, name:) ⇒ Object
constructor
Some parameter documentations has been truncated, see GroupUpdateResponse for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, created_at:, is_scim_managed:, name:) ⇒ Object
Some parameter documentations has been truncated, see OpenAI::Models::Admin::Organization::GroupUpdateResponse for more details.
Response returned after updating a group.
|
|
# File 'lib/openai/models/admin/organization/group_update_response.rb', line 34
|
Instance Attribute Details
#created_at ⇒ Integer
Unix timestamp (in seconds) when the group was created.
19 |
# File 'lib/openai/models/admin/organization/group_update_response.rb', line 19 required :created_at, Integer |
#id ⇒ String
Identifier for the group.
13 |
# File 'lib/openai/models/admin/organization/group_update_response.rb', line 13 required :id, String |
#is_scim_managed ⇒ Boolean
Whether the group is managed through SCIM and controlled by your identity provider.
26 |
# File 'lib/openai/models/admin/organization/group_update_response.rb', line 26 required :is_scim_managed, OpenAI::Internal::Type::Boolean |
#name ⇒ String
Updated display name for the group.
32 |
# File 'lib/openai/models/admin/organization/group_update_response.rb', line 32 required :name, String |