Class: Onlyfans::Models::Media::Vault::ListListResponse::Data::All
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::Media::Vault::ListListResponse::Data::All
- Defined in:
- lib/onlyfans/models/media/vault/list_list_response.rb
Overview
Defined Under Namespace
Classes: Media
Instance Attribute Summary collapse
- #audios_count ⇒ Integer?
- #gifs_count ⇒ Integer?
- #medias ⇒ Array<Onlyfans::Models::Media::Vault::ListListResponse::Data::All::Media>?
- #photos_count ⇒ Integer?
- #videos_count ⇒ Integer?
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
This class inherits a constructor from Onlyfans::Internal::Type::BaseModel
Instance Attribute Details
#audios_count ⇒ Integer?
163 |
# File 'lib/onlyfans/models/media/vault/list_list_response.rb', line 163 optional :audios_count, Integer, api_name: :audiosCount |
#gifs_count ⇒ Integer?
168 |
# File 'lib/onlyfans/models/media/vault/list_list_response.rb', line 168 optional :gifs_count, Integer, api_name: :gifsCount |
#medias ⇒ Array<Onlyfans::Models::Media::Vault::ListListResponse::Data::All::Media>?
173 174 |
# File 'lib/onlyfans/models/media/vault/list_list_response.rb', line 173 optional :medias, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::Media::Vault::ListListResponse::Data::All::Media] } |
#photos_count ⇒ Integer?
179 |
# File 'lib/onlyfans/models/media/vault/list_list_response.rb', line 179 optional :photos_count, Integer, api_name: :photosCount |
#videos_count ⇒ Integer?
184 |
# File 'lib/onlyfans/models/media/vault/list_list_response.rb', line 184 optional :videos_count, Integer, api_name: :videosCount |