Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated::Config
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated::Config
- Defined in:
- lib/openai/models/admin/organization/audit_log_list_response.rb
Instance Attribute Summary collapse
-
#id ⇒ String?
The ID of the IP allowlist configuration.
-
#name ⇒ String?
The name of the IP allowlist configuration.
Instance Method Summary collapse
-
#initialize(configs: 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(configs: nil) ⇒ Object
The details for events with this ‘type`.
1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1324 class Config < OpenAI::Internal::Type::BaseModel # @!attribute id # The ID of the IP allowlist configuration. # # @return [String, nil] optional :id, String # @!attribute name # The name of the IP allowlist configuration. # # @return [String, nil] optional :name, String # @!method initialize(id: nil, name: nil) # @param id [String] The ID of the IP allowlist configuration. # # @param name [String] The name of the IP allowlist configuration. end |
Instance Attribute Details
#id ⇒ String?
The ID of the IP allowlist configuration.
1329 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1329 optional :id, String |
#name ⇒ String?
The name of the IP allowlist configuration.
1335 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1335 optional :name, String |