Class: Onlyfans::Models::SmartLinkPostbackRetrieveResponse::Data::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(account_display_name: nil, account_prefixed_id: nil, link_ulid: nil, name: nil) ⇒ Object
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 137
class SmartLink < Onlyfans::Internal::Type::BaseModel
optional :account_display_name, String
optional :account_prefixed_id, String
optional :link_ulid, String
optional :name, String
end
|
Instance Attribute Details
#account_display_name ⇒ String?
141
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 141
optional :account_display_name, String
|
#account_prefixed_id ⇒ String?
146
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 146
optional :account_prefixed_id, String
|
#link_ulid ⇒ String?
151
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 151
optional :link_ulid, String
|
#name ⇒ String?
156
|
# File 'lib/onlyfans/models/smart_link_postback_retrieve_response.rb', line 156
optional :name, String
|