Class: Onlyfans::Models::StoryCreateResponse::Data
Overview
Defined Under Namespace
Classes: Media
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
#can_delete ⇒ Boolean?
129
|
# File 'lib/onlyfans/models/story_create_response.rb', line 129
optional :can_delete, Onlyfans::Internal::Type::Boolean, api_name: :canDelete
|
134
|
# File 'lib/onlyfans/models/story_create_response.rb', line 134
optional :comments_count, Integer, api_name: :commentsCount
|
#created_at ⇒ String?
139
|
# File 'lib/onlyfans/models/story_create_response.rb', line 139
optional :created_at, String, api_name: :createdAt
|
#has_post ⇒ Boolean?
144
|
# File 'lib/onlyfans/models/story_create_response.rb', line 144
optional :has_post, Onlyfans::Internal::Type::Boolean, api_name: :hasPost
|
#id ⇒ Integer?
124
|
# File 'lib/onlyfans/models/story_create_response.rb', line 124
optional :id, Integer
|
#is_highlight_cover ⇒ Boolean?
149
|
# File 'lib/onlyfans/models/story_create_response.rb', line 149
optional :is_highlight_cover, Onlyfans::Internal::Type::Boolean, api_name: :isHighlightCover
|
#is_last_in_highlight ⇒ Boolean?
154
|
# File 'lib/onlyfans/models/story_create_response.rb', line 154
optional :is_last_in_highlight, Onlyfans::Internal::Type::Boolean, api_name: :isLastInHighlight
|
#is_ready ⇒ Boolean?
159
|
# File 'lib/onlyfans/models/story_create_response.rb', line 159
optional :is_ready, Onlyfans::Internal::Type::Boolean, api_name: :isReady
|
#is_watched ⇒ Boolean?
164
|
# File 'lib/onlyfans/models/story_create_response.rb', line 164
optional :is_watched, Onlyfans::Internal::Type::Boolean, api_name: :isWatched
|
#likes_count ⇒ Integer?
169
|
# File 'lib/onlyfans/models/story_create_response.rb', line 169
optional :likes_count, Integer, api_name: :likesCount
|
#question ⇒ String?
180
|
# File 'lib/onlyfans/models/story_create_response.rb', line 180
optional :question, String, nil?: true
|
#tips_amount ⇒ String?
192
|
# File 'lib/onlyfans/models/story_create_response.rb', line 192
optional :tips_amount, String, api_name: :tipsAmount
|
#tips_amount_raw ⇒ Integer?
197
|
# File 'lib/onlyfans/models/story_create_response.rb', line 197
optional :tips_amount_raw, Integer, api_name: :tipsAmountRaw
|
#tips_count ⇒ Integer?
202
|
# File 'lib/onlyfans/models/story_create_response.rb', line 202
optional :tips_count, Integer, api_name: :tipsCount
|
#user_id ⇒ Integer?
207
|
# File 'lib/onlyfans/models/story_create_response.rb', line 207
optional :user_id, Integer, api_name: :userId
|
#viewers ⇒ Array<Object>?
#viewers_count ⇒ Integer?
217
|
# File 'lib/onlyfans/models/story_create_response.rb', line 217
optional :viewers_count, Integer, api_name: :viewersCount
|