Class: Onlyfans::Models::PostDeleteResponse::Data::Counters
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#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
Constructor Details
#initialize(archived_posts_count: nil, audios_count: nil, medias_count: nil, photos_count: nil, posts_count: nil, streams_count: nil, videos_count: nil) ⇒ Object
|
# File 'lib/onlyfans/models/post_delete_response.rb', line 166
|
Instance Attribute Details
#archived_posts_count ⇒ Integer?
134
|
# File 'lib/onlyfans/models/post_delete_response.rb', line 134
optional :archived_posts_count, Integer, api_name: :archivedPostsCount
|
#audios_count ⇒ Integer?
139
|
# File 'lib/onlyfans/models/post_delete_response.rb', line 139
optional :audios_count, Integer, api_name: :audiosCount
|
144
|
# File 'lib/onlyfans/models/post_delete_response.rb', line 144
optional :medias_count, Integer, api_name: :mediasCount
|
#photos_count ⇒ Integer?
149
|
# File 'lib/onlyfans/models/post_delete_response.rb', line 149
optional :photos_count, Integer, api_name: :photosCount
|
#posts_count ⇒ Integer?
154
|
# File 'lib/onlyfans/models/post_delete_response.rb', line 154
optional :posts_count, Integer, api_name: :postsCount
|
#streams_count ⇒ Integer?
159
|
# File 'lib/onlyfans/models/post_delete_response.rb', line 159
optional :streams_count, Integer, api_name: :streamsCount
|
#videos_count ⇒ Integer?
164
|
# File 'lib/onlyfans/models/post_delete_response.rb', line 164
optional :videos_count, Integer, api_name: :videosCount
|