Class: Onlyfans::Models::AccountListResponseItem

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onlyfans/models/account_list_response.rb

Defined Under Namespace

Classes: OnlyfansUserData

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(id: nil, authentication_progress: nil, display_name: nil, is_authenticated: nil, onlyfans_email: nil, onlyfans_id: nil, onlyfans_user_data: nil, onlyfans_username: nil) ⇒ Object

Parameters:

  • id (String) (defaults to: nil)
  • authentication_progress (String) (defaults to: nil)
  • display_name (String) (defaults to: nil)
  • is_authenticated (Boolean) (defaults to: nil)
  • onlyfans_email (String) (defaults to: nil)
  • onlyfans_id (Integer) (defaults to: nil)
  • onlyfans_user_data (Onlyfans::Models::AccountListResponseItem::OnlyfansUserData) (defaults to: nil)
  • onlyfans_username (String) (defaults to: nil)


# File 'lib/onlyfans/models/account_list_response.rb', line 46

Instance Attribute Details

#authentication_progressString?

Returns:

  • (String, nil)


14
# File 'lib/onlyfans/models/account_list_response.rb', line 14

optional :authentication_progress, String

#display_nameString?

Returns:

  • (String, nil)


19
# File 'lib/onlyfans/models/account_list_response.rb', line 19

optional :display_name, String

#idString?

Returns:

  • (String, nil)


9
# File 'lib/onlyfans/models/account_list_response.rb', line 9

optional :id, String

#is_authenticatedBoolean?

Returns:

  • (Boolean, nil)


24
# File 'lib/onlyfans/models/account_list_response.rb', line 24

optional :is_authenticated, Onlyfans::Internal::Type::Boolean

#onlyfans_emailString?

Returns:

  • (String, nil)


29
# File 'lib/onlyfans/models/account_list_response.rb', line 29

optional :onlyfans_email, String

#onlyfans_idInteger?

Returns:

  • (Integer, nil)


34
# File 'lib/onlyfans/models/account_list_response.rb', line 34

optional :onlyfans_id, Integer

#onlyfans_user_dataOnlyfans::Models::AccountListResponseItem::OnlyfansUserData?



39
# File 'lib/onlyfans/models/account_list_response.rb', line 39

optional :onlyfans_user_data, -> { Onlyfans::Models::AccountListResponseItem::OnlyfansUserData }

#onlyfans_usernameString?

Returns:

  • (String, nil)


44
# File 'lib/onlyfans/models/account_list_response.rb', line 44

optional :onlyfans_username, String