Class: Onlyfans::Models::AccountListResponseItem::OnlyfansUserData::Upload::GeoUploadArgs
Overview
Defined Under Namespace
Classes: Additional
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(additional: nil, is_delay: nil, need_thumbs: nil, preset: nil, preset_png: nil, protected_preset: nil) ⇒ Object
|
# File 'lib/onlyfans/models/account_list_response.rb', line 871
|
Instance Attribute Details
#is_delay ⇒ Boolean?
849
|
# File 'lib/onlyfans/models/account_list_response.rb', line 849
optional :is_delay, Onlyfans::Internal::Type::Boolean, api_name: :isDelay
|
#need_thumbs ⇒ Boolean?
854
|
# File 'lib/onlyfans/models/account_list_response.rb', line 854
optional :need_thumbs, Onlyfans::Internal::Type::Boolean, api_name: :needThumbs
|
#preset ⇒ String?
859
|
# File 'lib/onlyfans/models/account_list_response.rb', line 859
optional :preset, String
|
#preset_png ⇒ String?
864
|
# File 'lib/onlyfans/models/account_list_response.rb', line 864
optional :preset_png, String
|
#protected_preset ⇒ String?
869
|
# File 'lib/onlyfans/models/account_list_response.rb', line 869
optional :protected_preset, String
|