Class: Onlyfans::Models::SmartLinkPostbackListResponse::Data::LatestResponse

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onlyfans/models/smart_link_postback_list_response.rb,
sig/onlyfans/models/smart_link_postback_list_response.rbs

Overview

See Also:

  • Onlyfans::Models::SmartLinkPostbackListResponse::Data#latest_response

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 ⇒ Object



221
# File 'sig/onlyfans/models/smart_link_postback_list_response.rbs', line 221

def initialize: (

Instance Attribute Details

#conversion_type ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


147
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 147

optional :conversion_type, String

#created_at ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


152
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 152

optional :created_at, String

#error_message ⇒ String?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


157
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 157

optional :error_message, String, nil?: true

#error_type ⇒ String?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


162
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 162

optional :error_type, String, nil?: true

#id ⇒ Integer?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


142
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 142

optional :id, Integer

#postback_url ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


167
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 167

optional :postback_url, String

#status_code ⇒ Integer?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


172
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 172

optional :status_code, Integer

#succeeded ⇒ Boolean?

Parameters:

  • (Boolean)

Returns:

  • (Boolean, nil)


177
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 177

optional :succeeded, Onlyfans::Internal::Type::Boolean

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


232
# File 'sig/onlyfans/models/smart_link_postback_list_response.rbs', line 232

def to_hash: -> {