Class: Onlyfans::Models::PostCreateResponse::Data::Media
Defined Under Namespace
Classes: Files
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: nil, can_view: nil, converted_to_video: nil, created_at: nil, duration: nil, files: nil, has_custom_preview: nil, has_error: nil, is_ready: nil, release_forms: nil, type: nil) ⇒ Object
constructor
==, #==, #[], 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(id: nil, can_view: nil, converted_to_video: nil, created_at: nil, duration: nil, files: nil, has_custom_preview: nil, has_error: nil, is_ready: nil, release_forms: nil, type: nil) ⇒ Object
|
# File 'lib/onlyfans/models/post_create_response.rb', line 564
|
Instance Attribute Details
#can_view ⇒ Boolean?
515
|
# File 'lib/onlyfans/models/post_create_response.rb', line 515
optional :can_view, Onlyfans::Internal::Type::Boolean, api_name: :canView
|
#converted_to_video ⇒ Boolean?
520
|
# File 'lib/onlyfans/models/post_create_response.rb', line 520
optional :converted_to_video, Onlyfans::Internal::Type::Boolean, api_name: :convertedToVideo
|
#created_at ⇒ String?
525
|
# File 'lib/onlyfans/models/post_create_response.rb', line 525
optional :created_at, String, api_name: :createdAt
|
#duration ⇒ Integer?
530
|
# File 'lib/onlyfans/models/post_create_response.rb', line 530
optional :duration, Integer
|
#has_custom_preview ⇒ Boolean?
540
|
# File 'lib/onlyfans/models/post_create_response.rb', line 540
optional :has_custom_preview, Onlyfans::Internal::Type::Boolean, api_name: :hasCustomPreview
|
#has_error ⇒ Boolean?
545
|
# File 'lib/onlyfans/models/post_create_response.rb', line 545
optional :has_error, Onlyfans::Internal::Type::Boolean, api_name: :hasError
|
#id ⇒ Integer?
510
|
# File 'lib/onlyfans/models/post_create_response.rb', line 510
optional :id, Integer
|
#is_ready ⇒ Boolean?
550
|
# File 'lib/onlyfans/models/post_create_response.rb', line 550
optional :is_ready, Onlyfans::Internal::Type::Boolean, api_name: :isReady
|
#type ⇒ String?
562
|
# File 'lib/onlyfans/models/post_create_response.rb', line 562
optional :type, String
|