Class: Onlyfans::Models::SettingUpdateProfileParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::SettingUpdateProfileParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/onlyfans/models/setting_update_profile_params.rb
Overview
Instance Attribute Summary collapse
-
#about ⇒ String?
The new bio to use.
- #account ⇒ String
-
#avatar ⇒ String?
The new avatar to use.
-
#header ⇒ String?
The new header (banner) to use.
-
#location ⇒ String?
The new location to use.
-
#name ⇒ String?
The new display name to use.
-
#username ⇒ String?
The new username to use.
-
#website ⇒ String?
The new website URL to use.
-
#wishlist ⇒ String?
The new Amazon Wishlist URL to use.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(account:, about: nil, avatar: nil, header: nil, location: nil, name: nil, username: nil, website: nil, wishlist: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see SettingUpdateProfileParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(account:, about: nil, avatar: nil, header: nil, location: nil, name: nil, username: nil, website: nil, wishlist: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Onlyfans::Models::SettingUpdateProfileParams for more details.
|
|
# File 'lib/onlyfans/models/setting_update_profile_params.rb', line 67
|
Instance Attribute Details
#about ⇒ String?
The new bio to use. Set to ‘null` to empty it.
19 |
# File 'lib/onlyfans/models/setting_update_profile_params.rb', line 19 optional :about, String, nil?: true |
#account ⇒ String
13 |
# File 'lib/onlyfans/models/setting_update_profile_params.rb', line 13 required :account, String |
#avatar ⇒ String?
The new avatar to use. Must be a ‘ofapi_media_` ID. Refer to our `/media/upload` endpoint on how to get this.
26 |
# File 'lib/onlyfans/models/setting_update_profile_params.rb', line 26 optional :avatar, String |
#header ⇒ String?
The new header (banner) to use. Must be a ‘ofapi_media_` ID. Refer to our `/media/upload` endpoint on how to get this.
33 |
# File 'lib/onlyfans/models/setting_update_profile_params.rb', line 33 optional :header, String |
#location ⇒ String?
The new location to use. Set to ‘null` to empty it.
39 |
# File 'lib/onlyfans/models/setting_update_profile_params.rb', line 39 optional :location, String, nil?: true |
#name ⇒ String?
The new display name to use. Set to ‘null` to use the default display name.
45 |
# File 'lib/onlyfans/models/setting_update_profile_params.rb', line 45 optional :name, String, nil?: true |
#username ⇒ String?
The new username to use. Make sure to first check if it exists using our ‘/settings/username-exists` endpoint.
52 |
# File 'lib/onlyfans/models/setting_update_profile_params.rb', line 52 optional :username, String |
#website ⇒ String?
The new website URL to use. Must be a valid URL. Set to ‘null` to empty it.
58 |
# File 'lib/onlyfans/models/setting_update_profile_params.rb', line 58 optional :website, String, nil?: true |
#wishlist ⇒ String?
The new Amazon Wishlist URL to use. Must be a valid URL. Set to ‘null` to empty it.
65 |
# File 'lib/onlyfans/models/setting_update_profile_params.rb', line 65 optional :wishlist, String, nil?: true |