Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated
- Defined in:
- lib/openai/models/admin/organization/audit_log_list_response.rb
Overview
Defined Under Namespace
Classes: ChangesRequested
Instance Attribute Summary collapse
-
#changes_requested ⇒ OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated::ChangesRequested?
The payload used to update the role.
-
#id ⇒ String?
The role ID.
Instance Method Summary collapse
-
#initialize(id: nil, changes_requested: nil) ⇒ Object
constructor
The details for events with this ‘type`.
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: nil, changes_requested: nil) ⇒ Object
The details for events with this ‘type`.
|
|
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1923
|
Instance Attribute Details
#changes_requested ⇒ OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated::ChangesRequested?
The payload used to update the role.
1920 1921 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1920 optional :changes_requested, -> { OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated::ChangesRequested } |
#id ⇒ String?
The role ID.
1914 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1914 optional :id, String |