Class: Onlyfans::Models::MassMessagingSendResponse::Data

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onlyfans/models/mass_messaging_send_response.rb

Overview

See Also:

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#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

Parameters:

  • id (Integer) (defaults to: nil)
  • can_unsend (Boolean) (defaults to: nil)
  • date (String) (defaults to: nil)
  • has_error (Boolean) (defaults to: nil)
  • is_canceled (Boolean) (defaults to: nil)
  • is_couple_people_media (Boolean) (defaults to: nil)
  • is_done (Boolean) (defaults to: nil)
  • is_ready (Boolean) (defaults to: nil)
  • pending (Integer) (defaults to: nil)
  • total (Integer) (defaults to: nil)
  • unsend_seconds (Integer) (defaults to: nil)


# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 170

Instance Attribute Details

#can_unsendBoolean?

Returns:

  • (Boolean, nil)


123
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 123

optional :can_unsend, Onlyfans::Internal::Type::Boolean, api_name: :canUnsend

#dateString?

Returns:

  • (String, nil)


128
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 128

optional :date, String

#has_errorBoolean?

Returns:

  • (Boolean, nil)


133
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 133

optional :has_error, Onlyfans::Internal::Type::Boolean, api_name: :hasError

#idInteger?

Returns:

  • (Integer, nil)


118
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 118

optional :id, Integer

#is_canceledBoolean?

Returns:

  • (Boolean, nil)


138
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 138

optional :is_canceled, Onlyfans::Internal::Type::Boolean, api_name: :isCanceled

#is_couple_people_mediaBoolean?

Returns:

  • (Boolean, nil)


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_doneBoolean?

Returns:

  • (Boolean, nil)


148
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 148

optional :is_done, Onlyfans::Internal::Type::Boolean, api_name: :isDone

#is_readyBoolean?

Returns:

  • (Boolean, nil)


153
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 153

optional :is_ready, Onlyfans::Internal::Type::Boolean, api_name: :isReady

#pendingInteger?

Returns:

  • (Integer, nil)


158
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 158

optional :pending, Integer

#totalInteger?

Returns:

  • (Integer, nil)


163
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 163

optional :total, Integer

#unsend_secondsInteger?

Returns:

  • (Integer, nil)


168
# File 'lib/onlyfans/models/mass_messaging_send_response.rb', line 168

optional :unsend_seconds, Integer, api_name: :unsendSeconds