Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/openai/models/admin/organization/audit_log_list_response.rb,
sig/openai/models/admin/organization/audit_log_list_response.rbs

Overview

See Also:

  • OpenAI::Models::Admin::Organization::AuditLogListResponse#ip_allowlist_config_activated

Defined Under Namespace

Classes: Config

Instance Attribute Summary collapse

Attributes inherited from Internal::Type::BaseModel

#last_response

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], #_request_id, #_set_last_response, coerce, #deconstruct_keys, #deep_to_h, dump, #encode_with, 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, coerce_with_error, #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

#initializeObject



1500
# File 'sig/openai/models/admin/organization/audit_log_list_response.rbs', line 1500

def initialize: (

Instance Attribute Details

#configsArray<OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated::Config>?

The configurations that were activated.



1552
1553
1554
1555
1556
1557
1558
1559
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1552

optional(
  :configs,
  -> {
    OpenAI::Internal::Type::ArrayOf[
      OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated::Config
    ]
  }
)

Instance Method Details

#to_hash{

Returns:

  • ({)


1504
# File 'sig/openai/models/admin/organization/audit_log_list_response.rbs', line 1504

def to_hash: -> {