Class: Onlyfans::Models::PostDeleteResponse::Data::Counters

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onlyfans/models/post_delete_response.rb

Overview

See Also:

Instance Attribute Summary collapse

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, streams_count: nil, videos_count: nil) ⇒ Object

Parameters:

  • archived_posts_count (Integer) (defaults to: nil)
  • audios_count (Integer) (defaults to: nil)
  • medias_count (Integer) (defaults to: nil)
  • photos_count (Integer) (defaults to: nil)
  • posts_count (Integer) (defaults to: nil)
  • streams_count (Integer) (defaults to: nil)
  • videos_count (Integer) (defaults to: nil)


# File 'lib/onlyfans/models/post_delete_response.rb', line 166

Instance Attribute Details

#archived_posts_countInteger?

Returns:

  • (Integer, nil)


134
# File 'lib/onlyfans/models/post_delete_response.rb', line 134

optional :archived_posts_count, Integer, api_name: :archivedPostsCount

#audios_countInteger?

Returns:

  • (Integer, nil)


139
# File 'lib/onlyfans/models/post_delete_response.rb', line 139

optional :audios_count, Integer, api_name: :audiosCount

#medias_countInteger?

Returns:

  • (Integer, nil)


144
# File 'lib/onlyfans/models/post_delete_response.rb', line 144

optional :medias_count, Integer, api_name: :mediasCount

#photos_countInteger?

Returns:

  • (Integer, nil)


149
# File 'lib/onlyfans/models/post_delete_response.rb', line 149

optional :photos_count, Integer, api_name: :photosCount

#posts_countInteger?

Returns:

  • (Integer, nil)


154
# File 'lib/onlyfans/models/post_delete_response.rb', line 154

optional :posts_count, Integer, api_name: :postsCount

#streams_countInteger?

Returns:

  • (Integer, nil)


159
# File 'lib/onlyfans/models/post_delete_response.rb', line 159

optional :streams_count, Integer, api_name: :streamsCount

#videos_countInteger?

Returns:

  • (Integer, nil)


164
# File 'lib/onlyfans/models/post_delete_response.rb', line 164

optional :videos_count, Integer, api_name: :videosCount