Class: Onlyfans::Models::DataExportListResponse::Data::Meta
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(current_page: nil, last_page: nil, per_page: nil, total: nil) ⇒ Object
|
# File 'lib/onlyfans/models/data_export_list_response.rb', line 287
|
Instance Attribute Details
#current_page ⇒ Integer?
270
|
# File 'lib/onlyfans/models/data_export_list_response.rb', line 270
optional :current_page, Integer
|
#last_page ⇒ Integer?
275
|
# File 'lib/onlyfans/models/data_export_list_response.rb', line 275
optional :last_page, Integer
|
#per_page ⇒ Integer?
280
|
# File 'lib/onlyfans/models/data_export_list_response.rb', line 280
optional :per_page, Integer
|
#total ⇒ Integer?
285
|
# File 'lib/onlyfans/models/data_export_list_response.rb', line 285
optional :total, Integer
|