Class: Onlyfans::Models::PostListResponse::Data::Counters
Overview
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
#archived_posts_count ⇒ Integer?
152
|
# File 'lib/onlyfans/models/post_list_response.rb', line 152
optional :archived_posts_count, Integer, api_name: :archivedPostsCount
|
#audios_count ⇒ Integer?
157
|
# File 'lib/onlyfans/models/post_list_response.rb', line 157
optional :audios_count, Integer, api_name: :audiosCount
|
162
|
# File 'lib/onlyfans/models/post_list_response.rb', line 162
optional :medias_count, Integer, api_name: :mediasCount
|
#photos_count ⇒ Integer?
167
|
# File 'lib/onlyfans/models/post_list_response.rb', line 167
optional :photos_count, Integer, api_name: :photosCount
|
#posts_count ⇒ Integer?
172
|
# File 'lib/onlyfans/models/post_list_response.rb', line 172
optional :posts_count, Integer, api_name: :postsCount
|
#private_archived_posts_count ⇒ Integer?
177
|
# File 'lib/onlyfans/models/post_list_response.rb', line 177
optional :private_archived_posts_count, Integer, api_name: :privateArchivedPostsCount
|
#streams_count ⇒ Integer?
182
|
# File 'lib/onlyfans/models/post_list_response.rb', line 182
optional :streams_count, Integer, api_name: :streamsCount
|
#videos_count ⇒ Integer?
187
|
# File 'lib/onlyfans/models/post_list_response.rb', line 187
optional :videos_count, Integer, api_name: :videosCount
|