Class: Onlyfans::Models::StoredListTrackingLinksResponse::Data::List::Revenue
Overview
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(calculated_at: nil, is_loading: nil, revenue_per_click: nil, revenue_per_subscriber: nil, spenders_count: nil, total: nil) ⇒ Object
|
# File 'lib/onlyfans/models/stored_list_tracking_links_response.rb', line 329
|
Instance Attribute Details
#calculated_at ⇒ String?
302
|
# File 'lib/onlyfans/models/stored_list_tracking_links_response.rb', line 302
optional :calculated_at, String, api_name: :calculatedAt
|
#is_loading ⇒ Boolean?
307
|
# File 'lib/onlyfans/models/stored_list_tracking_links_response.rb', line 307
optional :is_loading, Onlyfans::Internal::Type::Boolean, api_name: :isLoading
|
#revenue_per_click ⇒ Float?
312
|
# File 'lib/onlyfans/models/stored_list_tracking_links_response.rb', line 312
optional :revenue_per_click, Float, api_name: :revenuePerClick
|
#revenue_per_subscriber ⇒ Integer?
317
|
# File 'lib/onlyfans/models/stored_list_tracking_links_response.rb', line 317
optional :revenue_per_subscriber, Integer, api_name: :revenuePerSubscriber
|
#spenders_count ⇒ Integer?
322
|
# File 'lib/onlyfans/models/stored_list_tracking_links_response.rb', line 322
optional :spenders_count, Integer, api_name: :spendersCount
|
#total ⇒ Integer?
327
|
# File 'lib/onlyfans/models/stored_list_tracking_links_response.rb', line 327
optional :total, Integer
|