Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigDeactivated::Config
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigDeactivated::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`.
1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1358 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.
1363 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1363 optional :id, String |
#name ⇒ String?
The name of the IP allowlist configuration.
1369 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1369 optional :name, String |