Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountUpdated
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountUpdated
- 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::ServiceAccountUpdated::ChangesRequested?
The payload used to updated the service account.
-
#id ⇒ String?
The service account 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 2087
|
Instance Attribute Details
#changes_requested ⇒ OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountUpdated::ChangesRequested?
The payload used to updated the service account.
2084 2085 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 2084 optional :changes_requested, -> { OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountUpdated::ChangesRequested } |
#id ⇒ String?
The service account ID.
2078 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 2078 optional :id, String |