Class: Onlyfans::Models::PostArchiveResponse::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::PostArchiveResponse::Data
- Defined in:
- lib/onlyfans/models/post_archive_response.rb
Overview
Defined Under Namespace
Classes: Counters, LabelState
Instance Attribute Summary collapse
- #counters ⇒ Onlyfans::Models::PostArchiveResponse::Data::Counters?
- #label_states ⇒ Array<Onlyfans::Models::PostArchiveResponse::Data::LabelState>?
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(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_archive_response.rb', line 127
|
Instance Attribute Details
#counters ⇒ Onlyfans::Models::PostArchiveResponse::Data::Counters?
118 |
# File 'lib/onlyfans/models/post_archive_response.rb', line 118 optional :counters, -> { Onlyfans::Models::PostArchiveResponse::Data::Counters } |
#label_states ⇒ Array<Onlyfans::Models::PostArchiveResponse::Data::LabelState>?
123 124 125 |
# File 'lib/onlyfans/models/post_archive_response.rb', line 123 optional :label_states, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::PostArchiveResponse::Data::LabelState] }, api_name: :labelStates |