Class: Onlyfans::Models::PromotionStopResponse::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?
88
|
# File 'lib/onlyfans/models/promotion_stop_response.rb', line 88
optional :limit_day, String, nil?: true
|
#limit_minute ⇒ Integer?
93
|
# File 'lib/onlyfans/models/promotion_stop_response.rb', line 93
optional :limit_minute, Integer
|
#notice ⇒ String?
98
|
# File 'lib/onlyfans/models/promotion_stop_response.rb', line 98
optional :notice, String
|
#remaining_day ⇒ String?
103
|
# File 'lib/onlyfans/models/promotion_stop_response.rb', line 103
optional :remaining_day, String, nil?: true
|
#remaining_minute ⇒ Integer?
108
|
# File 'lib/onlyfans/models/promotion_stop_response.rb', line 108
optional :remaining_minute, Integer
|