Class: Onlyfans::Models::TrialLinkRetrieveStatsResponse::Data::DailyMetric
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(daily_metrics: nil, monthly_metrics: nil, summary: nil) ⇒ Object
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
# File 'lib/onlyfans/models/trial_link_retrieve_stats_response.rb', line 102
class DailyMetric < Onlyfans::Internal::Type::BaseModel
optional :clicks, Integer
optional :revenue, Float
optional :spenders, Integer
optional :subs, Integer
optional :timestamp, String
end
|
Instance Attribute Details
#clicks ⇒ Integer?
106
|
# File 'lib/onlyfans/models/trial_link_retrieve_stats_response.rb', line 106
optional :clicks, Integer
|
#revenue ⇒ Float?
111
|
# File 'lib/onlyfans/models/trial_link_retrieve_stats_response.rb', line 111
optional :revenue, Float
|
#spenders ⇒ Integer?
116
|
# File 'lib/onlyfans/models/trial_link_retrieve_stats_response.rb', line 116
optional :spenders, Integer
|
#subs ⇒ Integer?
121
|
# File 'lib/onlyfans/models/trial_link_retrieve_stats_response.rb', line 121
optional :subs, Integer
|
#timestamp ⇒ String?
126
|
# File 'lib/onlyfans/models/trial_link_retrieve_stats_response.rb', line 126
optional :timestamp, String
|