Class: Onlyfans::Models::DataExportRetrieveResponse::Data

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onlyfans/models/data_export_retrieve_response.rb,
sig/onlyfans/models/data_export_retrieve_response.rbs

Overview

See Also:

  • Onlyfans::Models::DataExportRetrieveResponse#data

Defined Under Namespace

Classes: Account

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 ⇒ Object



235
# File 'sig/onlyfans/models/data_export_retrieve_response.rbs', line 235

def initialize: (

Instance Attribute Details

#accounts ⇒ Array<Onlyfans::Models::DataExportRetrieveResponse::Data::Account>?



129
130
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 129

optional :accounts,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::DataExportRetrieveResponse::Data::Account] }

#completed_at ⇒ String?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


135
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 135

optional :completed_at, String, nil?: true

#created_at ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


140
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 140

optional :created_at, String

#credit_cost ⇒ Integer?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


145
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 145

optional :credit_cost, Integer

#end_date ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


150
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 150

optional :end_date, String

#export_columns ⇒ Array<String>?

Parameters:

  • (::Array[String])

Returns:

  • (Array<String>, nil)


155
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 155

optional :export_columns, Onlyfans::Internal::Type::ArrayOf[String]

#failed_at ⇒ String?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


160
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 160

optional :failed_at, String, nil?: true

#failed_reason ⇒ String?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


165
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 165

optional :failed_reason, String, nil?: true

#file_type ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


170
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 170

optional :file_type, String

#id ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


124
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 124

optional :id, String

#progress_percentage ⇒ Integer?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


175
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 175

optional :progress_percentage, Integer

#rows_processed ⇒ Integer?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


180
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 180

optional :rows_processed, Integer

#start_date ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


185
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 185

optional :start_date, String

#status ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


190
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 190

optional :status, String

#total_rows ⇒ Integer?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


195
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 195

optional :total_rows, Integer

#type ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


200
# File 'lib/onlyfans/models/data_export_retrieve_response.rb', line 200

optional :type, String

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


254
# File 'sig/onlyfans/models/data_export_retrieve_response.rbs', line 254

def to_hash: -> {