Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectUpdated::ChangesRequested

Inherits:
Internal::Type::BaseModel
  • Object
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::ProjectUpdated#changes_requested

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

#initializeChangesRequested

Returns a new instance of ChangesRequested.

Parameters:

  • title: (String)


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

def initialize: (?title: String) -> void

Instance Attribute Details

#titleString?

The title of the project as seen on the dashboard.

Parameters:

  • (String)

Returns:

  • (String, nil)


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

optional :title, String

Instance Method Details

#to_hash{ title: String }

Returns:

  • ({ title: String })


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

def to_hash: -> { title: String }