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`.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1258 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.
1263 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1263 optional :id, String |
#name ⇒ String?
The name of the IP allowlist configuration.
1269 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1269 optional :name, String |