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`.
1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1292 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.
1297 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1297 optional :id, String |
#name ⇒ String?
The name of the IP allowlist configuration.
1303 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1303 optional :name, String |