Class: Onlyfans::Models::SharedTrialLinkListResponse::Data::List::Owner
Overview
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, avatar_thumb_url: nil, name: nil, username: nil) ⇒ Object
|
# File 'lib/onlyfans/models/shared_trial_link_list_response.rb', line 250
|
Instance Attribute Details
#avatar_thumb_url ⇒ String?
238
|
# File 'lib/onlyfans/models/shared_trial_link_list_response.rb', line 238
optional :avatar_thumb_url, String, api_name: :avatarThumbUrl
|
#id ⇒ Integer?
233
|
# File 'lib/onlyfans/models/shared_trial_link_list_response.rb', line 233
optional :id, Integer
|
#name ⇒ String?
243
|
# File 'lib/onlyfans/models/shared_trial_link_list_response.rb', line 243
optional :name, String
|
#username ⇒ String?
248
|
# File 'lib/onlyfans/models/shared_trial_link_list_response.rb', line 248
optional :username, String
|