Class: Onlyfans::Models::PostListResponse::Data
Overview
Defined Under Namespace
Classes: Counters, List
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, private_archived_posts_count: nil, streams_count: nil, videos_count: nil) ⇒ Object
|
# File 'lib/onlyfans/models/post_list_response.rb', line 140
|
Instance Attribute Details
#has_more ⇒ Boolean?
123
|
# File 'lib/onlyfans/models/post_list_response.rb', line 123
optional :has_more, Onlyfans::Internal::Type::Boolean, api_name: :hasMore
|
#head_marker ⇒ String?
128
|
# File 'lib/onlyfans/models/post_list_response.rb', line 128
optional :head_marker, String, api_name: :headMarker
|
#tail_marker ⇒ String?
138
|
# File 'lib/onlyfans/models/post_list_response.rb', line 138
optional :tail_marker, String, api_name: :tailMarker
|