Class: Onlyfans::Models::Media::UploadGetStatusResponse::UnionMember2::Media::Files
Overview
Defined Under Namespace
Classes: Full
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(full: nil, preview: nil, square_preview: nil, thumb: nil) ⇒ Object
|
# File 'lib/onlyfans/models/media/upload_get_status_response.rb', line 189
|
Instance Attribute Details
#preview ⇒ String?
177
|
# File 'lib/onlyfans/models/media/upload_get_status_response.rb', line 177
optional :preview, String, nil?: true
|
#square_preview ⇒ String?
182
|
# File 'lib/onlyfans/models/media/upload_get_status_response.rb', line 182
optional :square_preview, String, api_name: :squarePreview, nil?: true
|
#thumb ⇒ String?
187
|
# File 'lib/onlyfans/models/media/upload_get_status_response.rb', line 187
optional :thumb, String, nil?: true
|