Class: Onlyfans::Models::StoryRetrieveStatsResponse::Data

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onlyfans/models/story_retrieve_stats_response.rb

Overview

See Also:

Defined Under Namespace

Classes: StoryCommentChart, StoryLikeChart, StoryLookChart, StoryTipChart, StoryTipSumChart

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Parameters:

  • count (Integer) (defaults to: nil)
  • date (String) (defaults to: nil)


# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 234

Instance Attribute Details

#created_atString?

Returns:

  • (String, nil)


124
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 124

optional :created_at, String, api_name: :createdAt

#story_comment_allArray<String>?

Returns:

  • (Array<String>, nil)


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_chartArray<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_countInteger?

Returns:

  • (Integer, nil)


141
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 141

optional :story_comment_count, Integer, api_name: :storyCommentCount

#story_like_allArray<String>?

Returns:

  • (Array<String>, nil)


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_chartArray<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_countInteger?

Returns:

  • (Integer, nil)


158
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 158

optional :story_like_count, Integer, api_name: :storyLikeCount

#story_look_allArray<String>?

Returns:

  • (Array<String>, nil)


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_chartArray<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_countString?

Returns:

  • (String, nil)


175
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 175

optional :story_look_count, String, api_name: :storyLookCount

#story_tip_allArray<String>?

Returns:

  • (Array<String>, nil)


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_chartArray<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_countInteger?

Returns:

  • (Integer, nil)


192
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 192

optional :story_tip_count, Integer, api_name: :storyTipCount

#story_tip_sumInteger?

Returns:

  • (Integer, nil)


197
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 197

optional :story_tip_sum, Integer, api_name: :storyTipSum

#story_tip_sum_chartArray<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