Class: Onlyfans::Models::StoredListSharedTrialLinksResponse::Meta::RateLimits
Overview
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
#limit_day ⇒ String?
94
|
# File 'lib/onlyfans/models/stored_list_shared_trial_links_response.rb', line 94
optional :limit_day, String, nil?: true
|
#limit_minute ⇒ Integer?
99
|
# File 'lib/onlyfans/models/stored_list_shared_trial_links_response.rb', line 99
optional :limit_minute, Integer
|
#notice ⇒ String?
104
|
# File 'lib/onlyfans/models/stored_list_shared_trial_links_response.rb', line 104
optional :notice, String
|
#remaining_day ⇒ String?
109
|
# File 'lib/onlyfans/models/stored_list_shared_trial_links_response.rb', line 109
optional :remaining_day, String, nil?: true
|
#remaining_minute ⇒ Integer?
114
|
# File 'lib/onlyfans/models/stored_list_shared_trial_links_response.rb', line 114
optional :remaining_minute, Integer
|