Class: Onlyfans::Models::Media::VaultUploadResponse::Data::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/vault_upload_response.rb', line 208
|
Instance Attribute Details
#preview ⇒ String?
196
|
# File 'lib/onlyfans/models/media/vault_upload_response.rb', line 196
optional :preview, String, nil?: true
|
#square_preview ⇒ String?
201
|
# File 'lib/onlyfans/models/media/vault_upload_response.rb', line 201
optional :square_preview, String, api_name: :squarePreview, nil?: true
|
#thumb ⇒ String?
206
|
# File 'lib/onlyfans/models/media/vault_upload_response.rb', line 206
optional :thumb, String, nil?: true
|