Class: Onlyfans::Models::MassMessagingRetrieveResponse::Data::Queue
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: nil, can_unsend: nil, date: nil, giphy_id: nil, has_error: nil, is_canceled: nil, is_free: nil, media_types: nil, release_forms: nil, sent_count: nil, text: nil, text_cropped: nil, unsend_seconds: nil, viewed_count: 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, giphy_id: nil, has_error: nil, is_canceled: nil, is_free: nil, media_types: nil, release_forms: nil, sent_count: nil, text: nil, text_cropped: nil, unsend_seconds: nil, viewed_count: nil) ⇒ Object
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 203
|
Instance Attribute Details
#can_unsend ⇒ Boolean?
139
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 139
optional :can_unsend, Onlyfans::Internal::Type::Boolean, api_name: :canUnsend
|
#date ⇒ String?
144
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 144
optional :date, String
|
#giphy_id ⇒ String?
149
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 149
optional :giphy_id, String, api_name: :giphyId, nil?: true
|
#has_error ⇒ Boolean?
154
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 154
optional :has_error, Onlyfans::Internal::Type::Boolean, api_name: :hasError
|
#id ⇒ Integer?
134
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 134
optional :id, Integer
|
#is_canceled ⇒ Boolean?
159
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 159
optional :is_canceled, Onlyfans::Internal::Type::Boolean, api_name: :isCanceled
|
#is_free ⇒ Boolean?
164
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 164
optional :is_free, Onlyfans::Internal::Type::Boolean, api_name: :isFree
|
169
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 169
optional :media_types, String, api_name: :mediaTypes, nil?: true
|
#sent_count ⇒ Integer?
181
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 181
optional :sent_count, Integer, api_name: :sentCount
|
#text ⇒ String?
186
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 186
optional :text, String
|
#text_cropped ⇒ String?
191
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 191
optional :text_cropped, String, api_name: :textCropped
|
#unsend_seconds ⇒ Integer?
196
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 196
optional :unsend_seconds, Integer, api_name: :unsendSeconds
|
#viewed_count ⇒ Integer?
201
|
# File 'lib/onlyfans/models/mass_messaging_retrieve_response.rb', line 201
optional :viewed_count, Integer, api_name: :viewedCount
|