Class: Onlyfans::Models::StoryRetrieveStatsResponse::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::StoryRetrieveStatsResponse::Data
- Defined in:
- lib/onlyfans/models/story_retrieve_stats_response.rb
Overview
Defined Under Namespace
Classes: StoryCommentChart, StoryLikeChart, StoryLookChart, StoryTipChart, StoryTipSumChart
Instance Attribute Summary collapse
- #created_at ⇒ String?
- #story_comment_all ⇒ Array<String>?
- #story_comment_chart ⇒ Array<Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryCommentChart>?
- #story_comment_count ⇒ Integer?
- #story_like_all ⇒ Array<String>?
- #story_like_chart ⇒ Array<Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryLikeChart>?
- #story_like_count ⇒ Integer?
- #story_look_all ⇒ Array<String>?
- #story_look_chart ⇒ Array<Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryLookChart>?
- #story_look_count ⇒ String?
- #story_tip_all ⇒ Array<String>?
- #story_tip_chart ⇒ Array<Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryTipChart>?
- #story_tip_count ⇒ Integer?
- #story_tip_sum ⇒ Integer?
- #story_tip_sum_chart ⇒ Array<Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryTipSumChart>?
Instance Method Summary collapse
- #initialize(count: nil, date: nil) ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(count: nil, date: nil) ⇒ Object
|
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 234
|
Instance Attribute Details
#created_at ⇒ String?
124 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 124 optional :created_at, String, api_name: :createdAt |
#story_comment_all ⇒ Array<String>?
129 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 129 optional :story_comment_all, Onlyfans::Internal::Type::ArrayOf[String], api_name: :storyCommentAll |
#story_comment_chart ⇒ Array<Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryCommentChart>?
134 135 136 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 134 optional :story_comment_chart, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryCommentChart] }, api_name: :storyCommentChart |
#story_comment_count ⇒ Integer?
141 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 141 optional :story_comment_count, Integer, api_name: :storyCommentCount |
#story_like_all ⇒ Array<String>?
146 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 146 optional :story_like_all, Onlyfans::Internal::Type::ArrayOf[String], api_name: :storyLikeAll |
#story_like_chart ⇒ Array<Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryLikeChart>?
151 152 153 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 151 optional :story_like_chart, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryLikeChart] }, api_name: :storyLikeChart |
#story_like_count ⇒ Integer?
158 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 158 optional :story_like_count, Integer, api_name: :storyLikeCount |
#story_look_all ⇒ Array<String>?
163 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 163 optional :story_look_all, Onlyfans::Internal::Type::ArrayOf[String], api_name: :storyLookAll |
#story_look_chart ⇒ Array<Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryLookChart>?
168 169 170 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 168 optional :story_look_chart, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryLookChart] }, api_name: :storyLookChart |
#story_look_count ⇒ String?
175 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 175 optional :story_look_count, String, api_name: :storyLookCount |
#story_tip_all ⇒ Array<String>?
180 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 180 optional :story_tip_all, Onlyfans::Internal::Type::ArrayOf[String], api_name: :storyTipAll |
#story_tip_chart ⇒ Array<Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryTipChart>?
185 186 187 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 185 optional :story_tip_chart, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryTipChart] }, api_name: :storyTipChart |
#story_tip_count ⇒ Integer?
192 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 192 optional :story_tip_count, Integer, api_name: :storyTipCount |
#story_tip_sum ⇒ Integer?
197 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 197 optional :story_tip_sum, Integer, api_name: :storyTipSum |
#story_tip_sum_chart ⇒ Array<Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryTipSumChart>?
202 203 204 |
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 202 optional :story_tip_sum_chart, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryTipSumChart] }, api_name: :storyTipSumChart |