Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyCreated

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

Overview

See Also:

Defined Under Namespace

Classes: Data

Instance Attribute Summary collapse

Instance Method Summary collapse

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(id: nil, data: nil) ⇒ Object

The details for events with this ‘type`.

Parameters:



# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 776

Instance Attribute Details

#dataOpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyCreated::Data?

The payload used to create the API key.



774
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 774

optional :data, -> { OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyCreated::Data }

#idString?

The tracking ID of the API key.

Returns:

  • (String, nil)


768
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 768

optional :id, String