Class: Onlyfans::Models::SmartLinkListResponse::Data::Cost
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(click_source_count: nil, input_mode: nil, input_value: nil, per_click: nil, per_promo: nil, per_sub: nil, subscriber_source_count: nil) ⇒ Object
|
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 260
|
Instance Attribute Details
#click_source_count ⇒ Integer?
228
|
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 228
optional :click_source_count, Integer, api_name: :clickSourceCount
|
233
|
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 233
optional :input_mode, String, api_name: :inputMode, nil?: true
|
238
|
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 238
optional :input_value, String, api_name: :inputValue, nil?: true
|
#per_click ⇒ String?
243
|
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 243
optional :per_click, String, api_name: :perClick, nil?: true
|
248
|
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 248
optional :per_promo, String, api_name: :perPromo, nil?: true
|
#per_sub ⇒ String?
253
|
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 253
optional :per_sub, String, api_name: :perSub, nil?: true
|
#subscriber_source_count ⇒ Integer?
258
|
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 258
optional :subscriber_source_count, Integer, api_name: :subscriberSourceCount
|