Class: Onlyfans::Models::TrialLinkListSubscribersResponse::Data::List::PromoOffer
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
#created_at ⇒ String?
567
|
# File 'lib/onlyfans/models/trial_link_list_subscribers_response.rb', line 567
optional :created_at, String, api_name: :createdAt
|
#expired_at ⇒ String?
572
|
# File 'lib/onlyfans/models/trial_link_list_subscribers_response.rb', line 572
optional :expired_at, String, api_name: :expiredAt, nil?: true
|
#finished_at ⇒ String?
577
|
# File 'lib/onlyfans/models/trial_link_list_subscribers_response.rb', line 577
optional :finished_at, String, api_name: :finishedAt
|
#id ⇒ Integer?
562
|
# File 'lib/onlyfans/models/trial_link_list_subscribers_response.rb', line 562
optional :id, Integer
|
#subscribe_days ⇒ Integer?
582
|
# File 'lib/onlyfans/models/trial_link_list_subscribers_response.rb', line 582
optional :subscribe_days, Integer, api_name: :subscribeDays
|
#subscriber_id ⇒ String?
587
|
# File 'lib/onlyfans/models/trial_link_list_subscribers_response.rb', line 587
optional :subscriber_id, String, api_name: :subscriberId
|
#user_id ⇒ String?
592
|
# File 'lib/onlyfans/models/trial_link_list_subscribers_response.rb', line 592
optional :user_id, String, api_name: :userId
|