Class: Onlyfans::Models::StoredListTrialLinksResponse::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_subscriber: nil, spenders_count: nil, total: nil) ⇒ Object
|
# File 'lib/onlyfans/models/stored_list_trial_links_response.rb', line 336
|
Instance Attribute Details
#calculated_at ⇒ String?
314
|
# File 'lib/onlyfans/models/stored_list_trial_links_response.rb', line 314
optional :calculated_at, String, api_name: :calculatedAt
|
#is_loading ⇒ Boolean?
319
|
# File 'lib/onlyfans/models/stored_list_trial_links_response.rb', line 319
optional :is_loading, Onlyfans::Internal::Type::Boolean, api_name: :isLoading
|
#revenue_per_subscriber ⇒ Float?
324
|
# File 'lib/onlyfans/models/stored_list_trial_links_response.rb', line 324
optional :revenue_per_subscriber, Float, api_name: :revenuePerSubscriber
|
#spenders_count ⇒ Integer?
329
|
# File 'lib/onlyfans/models/stored_list_trial_links_response.rb', line 329
optional :spenders_count, Integer, api_name: :spendersCount
|
#total ⇒ Float?
334
|
# File 'lib/onlyfans/models/stored_list_trial_links_response.rb', line 334
optional :total, Float
|