Class: Onlyfans::Models::PostCreateResponse::Data::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/post_create_response.rb', line 599
|
Instance Attribute Details
#preview ⇒ String?
587
|
# File 'lib/onlyfans/models/post_create_response.rb', line 587
optional :preview, String, nil?: true
|
#square_preview ⇒ String?
592
|
# File 'lib/onlyfans/models/post_create_response.rb', line 592
optional :square_preview, String, api_name: :squarePreview, nil?: true
|
#thumb ⇒ String?
597
|
# File 'lib/onlyfans/models/post_create_response.rb', line 597
optional :thumb, String, nil?: true
|