Class: Onlyfans::Models::SmartLinkPostbackListResponse::Data
Defined Under Namespace
Classes: LatestResponse, SmartLink
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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, conversion_type: nil, created_at: nil, error_message: nil, error_type: nil, postback_url: nil, status_code: nil, succeeded: nil) ⇒ Object
|
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 126
|
Instance Attribute Details
#conversion_types ⇒ Array<String>?
88
|
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 88
optional :conversion_types, Onlyfans::Internal::Type::ArrayOf[String]
|
#created_at ⇒ String?
93
|
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 93
optional :created_at, String
|
#id ⇒ Integer?
83
|
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 83
optional :id, Integer
|
#smart_link_ids ⇒ Array<String>?
103
|
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 103
optional :smart_link_ids, Onlyfans::Internal::Type::ArrayOf[String]
|
#smart_link_scope ⇒ String?
108
|
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 108
optional :smart_link_scope, String
|
#updated_at ⇒ String?
119
|
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 119
optional :updated_at, String
|
#url ⇒ String?
124
|
# File 'lib/onlyfans/models/smart_link_postback_list_response.rb', line 124
optional :url, String
|