Class: Onlyfans::Models::FanListTopResponse::Data::User::SubscribedOnData
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(discount_finished_at: nil, discount_percent: nil, discount_period: nil, discount_started_at: nil, duration: nil, expired_at: nil, is_muted: nil, last_activity: nil, messages_summ: nil, new_price: nil, posts_summ: nil, price: nil, recommendations: nil, regular_price: nil, renewed_at: nil, status: nil, streams_summ: nil, subscribe_at: nil, subscribe_price: nil, subscribes_summ: nil, tips_summ: nil, total_summ: nil, unsubscribe_reason: nil) ⇒ Object
constructor
==, #==, #[], 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(discount_finished_at: nil, discount_percent: nil, discount_period: nil, discount_started_at: nil, duration: nil, expired_at: nil, is_muted: nil, last_activity: nil, messages_summ: nil, new_price: nil, posts_summ: nil, price: nil, recommendations: nil, regular_price: nil, renewed_at: nil, status: nil, streams_summ: nil, subscribe_at: nil, subscribe_price: nil, subscribes_summ: nil, tips_summ: nil, total_summ: nil, unsubscribe_reason: nil) ⇒ Object
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 619
|
Instance Attribute Details
#discount_finished_at ⇒ String?
507
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 507
optional :discount_finished_at, String, api_name: :discountFinishedAt, nil?: true
|
#discount_percent ⇒ Integer?
512
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 512
optional :discount_percent, Integer, api_name: :discountPercent
|
#discount_period ⇒ Integer?
517
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 517
optional :discount_period, Integer, api_name: :discountPeriod
|
#discount_started_at ⇒ String?
522
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 522
optional :discount_started_at, String, api_name: :discountStartedAt, nil?: true
|
#duration ⇒ String?
527
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 527
optional :duration, String
|
#expired_at ⇒ String?
532
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 532
optional :expired_at, String, api_name: :expiredAt
|
#is_muted ⇒ Boolean?
537
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 537
optional :is_muted, Onlyfans::Internal::Type::Boolean, api_name: :isMuted
|
#last_activity ⇒ String?
542
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 542
optional :last_activity, String, api_name: :lastActivity
|
#messages_summ ⇒ Integer?
547
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 547
optional :messages_summ, Integer, api_name: :messagesSumm
|
#new_price ⇒ Integer?
552
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 552
optional :new_price, Integer, api_name: :newPrice
|
#posts_summ ⇒ Integer?
557
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 557
optional :posts_summ, Integer, api_name: :postsSumm
|
#price ⇒ Integer?
562
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 562
optional :price, Integer
|
#recommendations ⇒ Integer?
567
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 567
optional :recommendations, Integer
|
#regular_price ⇒ Integer?
572
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 572
optional :regular_price, Integer, api_name: :regularPrice
|
#renewed_at ⇒ String?
577
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 577
optional :renewed_at, String, api_name: :renewedAt, nil?: true
|
#status ⇒ String?
582
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 582
optional :status, String
|
#streams_summ ⇒ Integer?
587
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 587
optional :streams_summ, Integer, api_name: :streamsSumm
|
#subscribe_at ⇒ String?
592
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 592
optional :subscribe_at, String, api_name: :subscribeAt
|
#subscribe_price ⇒ Integer?
597
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 597
optional :subscribe_price, Integer, api_name: :subscribePrice
|
#subscribes_summ ⇒ Integer?
602
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 602
optional :subscribes_summ, Integer, api_name: :subscribesSumm
|
#tips_summ ⇒ Integer?
607
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 607
optional :tips_summ, Integer, api_name: :tipsSumm
|
#total_summ ⇒ Integer?
612
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 612
optional :total_summ, Integer, api_name: :totalSumm
|
#unsubscribe_reason ⇒ String?
617
|
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 617
optional :unsubscribe_reason, String, api_name: :unsubscribeReason
|