Class: Onlyfans::Models::Stories::HighlightRetrieveResponse::Data
Overview
Defined Under Namespace
Classes: Story
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
#cover ⇒ String?
130
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 130
optional :cover, String
|
#cover_story_id ⇒ Integer?
135
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 135
optional :cover_story_id, Integer, api_name: :coverStoryId
|
#created_at ⇒ String?
140
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 140
optional :created_at, String, api_name: :createdAt
|
#id ⇒ Integer?
125
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 125
optional :id, Integer
|
#stories_count ⇒ Integer?
151
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 151
optional :stories_count, Integer, api_name: :storiesCount
|
#title ⇒ String?
156
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 156
optional :title, String
|
#user_id ⇒ Integer?
161
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 161
optional :user_id, Integer, api_name: :userId
|