Class: Onlyfans::Models::MassMessagingSendResponse::Data
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: nil, can_unsend: nil, date: nil, has_error: nil, is_canceled: nil, is_couple_people_media: nil, is_done: nil, is_ready: nil, pending: nil, total: nil, unsend_seconds: 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(id: nil, can_unsend: nil, date: nil, has_error: nil, is_canceled: nil, is_couple_people_media: nil, is_done: nil, is_ready: nil, pending: nil, total: nil, unsend_seconds: nil) ⇒ Object
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 170
|
Instance Attribute Details
#can_unsend ⇒ Boolean?
123
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 123
optional :can_unsend, Onlyfans::Internal::Type::Boolean, api_name: :canUnsend
|
#date ⇒ String?
128
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 128
optional :date, String
|
#has_error ⇒ Boolean?
133
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 133
optional :has_error, Onlyfans::Internal::Type::Boolean, api_name: :hasError
|
#id ⇒ Integer?
118
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 118
optional :id, Integer
|
#is_canceled ⇒ Boolean?
138
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 138
optional :is_canceled, Onlyfans::Internal::Type::Boolean, api_name: :isCanceled
|
143
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 143
optional :is_couple_people_media, Onlyfans::Internal::Type::Boolean, api_name: :isCouplePeopleMedia
|
#is_done ⇒ Boolean?
148
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 148
optional :is_done, Onlyfans::Internal::Type::Boolean, api_name: :isDone
|
#is_ready ⇒ Boolean?
153
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 153
optional :is_ready, Onlyfans::Internal::Type::Boolean, api_name: :isReady
|
#pending ⇒ Integer?
158
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 158
optional :pending, Integer
|
#total ⇒ Integer?
163
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 163
optional :total, Integer
|
#unsend_seconds ⇒ Integer?
168
|
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 168
optional :unsend_seconds, Integer, api_name: :unsendSeconds
|