Class: Onlyfans::Models::SmartLinkPostbackRetrieveResponse::Data
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/onlyfans/models/smart_link_postback_retrieve_response.rb,
sig/onlyfans/models/smart_link_postback_retrieve_response.rbs
Overview
Defined Under Namespace
Classes: 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 ⇒ Object
152
|
# File 'sig/onlyfans/models/smart_link_postback_retrieve_response.rbs', line 152
def initialize: (
|
Instance Attribute Details
#conversion_types ⇒ Array<String>?
88
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 88
optional :conversion_types, Onlyfans::Internal::Type::ArrayOf[String]
|
#created_at ⇒ String?
93
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 93
optional :created_at, String
|
#id ⇒ Integer?
83
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 83
optional :id, Integer
|
#latest_response ⇒ String?
98
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 98
optional :latest_response, String, nil?: true
|
#smart_link_ids ⇒ Array<String>?
103
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_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_retrieve_response.rb', line 108
optional :smart_link_scope, String
|
113
114
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 113
optional :smart_links,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::SmartLinkPostbackRetrieveResponse::Data::SmartLink] }
|
#updated_at ⇒ String?
119
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 119
optional :updated_at, String
|
#url ⇒ String?
124
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 124
optional :url, String
|
Instance Method Details
#to_hash ⇒ {
164
|
# File 'sig/onlyfans/models/smart_link_postback_retrieve_response.rbs', line 164
def to_hash: -> {
|