Class: Onlyfans::Models::StatisticGetSubscriberMetricsResponse::Data
Overview
Defined Under Namespace
Classes: Detailed
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(detailed: nil, new_subscriptions: nil, renewed_subscriptions: nil, total_subscriptions: nil) ⇒ Object
|
# File 'lib/onlyfans/models/statistic_get_subscriber_metrics_response.rb', line 135
|
Instance Attribute Details
#new_subscriptions ⇒ Integer?
123
|
# File 'lib/onlyfans/models/statistic_get_subscriber_metrics_response.rb', line 123
optional :new_subscriptions, Integer
|
#renewed_subscriptions ⇒ Integer?
128
|
# File 'lib/onlyfans/models/statistic_get_subscriber_metrics_response.rb', line 128
optional :renewed_subscriptions, Integer
|
#total_subscriptions ⇒ Integer?
133
|
# File 'lib/onlyfans/models/statistic_get_subscriber_metrics_response.rb', line 133
optional :total_subscriptions, Integer
|