Class: Onlyfans::Models::TrialLinkListSubscribersResponse::Data::List::PromoOffer
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/onlyfans/models/trial_link_list_subscribers_response.rb,
sig/onlyfans/models/trial_link_list_subscribers_response.rbs
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 ⇒ Object
707
|
# File 'sig/onlyfans/models/trial_link_list_subscribers_response.rbs', line 707
def initialize: (
|
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
|
Instance Method Details
#to_hash ⇒ {
717
|
# File 'sig/onlyfans/models/trial_link_list_subscribers_response.rbs', line 717
def to_hash: -> {
|