Class: Onlyfans::Models::StoryListViewersResponse::Data::List::ListsState
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, can_add_user: nil, cannot_add_user_reason: nil, has_user: nil, name: nil, type: nil) ⇒ Object
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
|
# File 'lib/onlyfans/models/story_list_viewers_response.rb', line 423
class ListsState < Onlyfans::Internal::Type::BaseModel
optional :id, String
optional :can_add_user, Onlyfans::Internal::Type::Boolean, api_name: :canAddUser
optional :cannot_add_user_reason, String, api_name: :cannotAddUserReason
optional :has_user, Onlyfans::Internal::Type::Boolean, api_name: :hasUser
optional :name, String
optional :type, String
end
|
Instance Attribute Details
#can_add_user ⇒ Boolean?
432
|
# File 'lib/onlyfans/models/story_list_viewers_response.rb', line 432
optional :can_add_user, Onlyfans::Internal::Type::Boolean, api_name: :canAddUser
|
#cannot_add_user_reason ⇒ String?
437
|
# File 'lib/onlyfans/models/story_list_viewers_response.rb', line 437
optional :cannot_add_user_reason, String, api_name: :cannotAddUserReason
|
#has_user ⇒ Boolean?
442
|
# File 'lib/onlyfans/models/story_list_viewers_response.rb', line 442
optional :has_user, Onlyfans::Internal::Type::Boolean, api_name: :hasUser
|
#id ⇒ String?
427
|
# File 'lib/onlyfans/models/story_list_viewers_response.rb', line 427
optional :id, String
|
#name ⇒ String?
447
|
# File 'lib/onlyfans/models/story_list_viewers_response.rb', line 447
optional :name, String
|
#type ⇒ String?
452
|
# File 'lib/onlyfans/models/story_list_viewers_response.rb', line 452
optional :type, String
|