Class: Onlyfans::Models::ReleaseFormListTaggableUsersParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::ReleaseFormListTaggableUsersParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/onlyfans/models/release_form_list_taggable_users_params.rb,
sig/onlyfans/models/release_form_list_taggable_users_params.rbs
Overview
Defined Under Namespace
Modules: Filter, Sort, SortDirection
Instance Attribute Summary collapse
- #account ⇒ String
-
#filter ⇒ Symbol, ...
Filter users by type:
allorpending. -
#limit ⇒ Integer?
Number of users to return per page (1-50).
-
#name ⇒ String?
Filter users by name or username.
-
#offset ⇒ Integer?
Number of users to skip for pagination.
-
#sort ⇒ Symbol, ...
Sort field:
dateorname. -
#sort_direction ⇒ Symbol, ...
Sort direction:
descorasc.
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(account:, filter: nil, limit: nil, name: nil, offset: nil, sort: nil, sort_direction: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see ReleaseFormListTaggableUsersParams for more details.
- #to_hash ⇒ {
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:, filter: nil, limit: nil, name: nil, offset: nil, sort: nil, sort_direction: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Onlyfans::Models::ReleaseFormListTaggableUsersParams for more details.
|
|
# File 'lib/onlyfans/models/release_form_list_taggable_users_params.rb', line 54
|
Instance Attribute Details
#account ⇒ String
13 |
# File 'lib/onlyfans/models/release_form_list_taggable_users_params.rb', line 13 required :account, String |
#filter ⇒ Symbol, ...
Filter users by type: all or pending.
19 |
# File 'lib/onlyfans/models/release_form_list_taggable_users_params.rb', line 19 optional :filter, enum: -> { Onlyfans::ReleaseFormListTaggableUsersParams::Filter }, nil?: true |
#limit ⇒ Integer?
Number of users to return per page (1-50). Must be at least 1. Must not be greater than 50.
26 |
# File 'lib/onlyfans/models/release_form_list_taggable_users_params.rb', line 26 optional :limit, Integer |
#name ⇒ String?
Filter users by name or username.
32 |
# File 'lib/onlyfans/models/release_form_list_taggable_users_params.rb', line 32 optional :name, String, nil?: true |
#offset ⇒ Integer?
Number of users to skip for pagination. Must be at least 0.
38 |
# File 'lib/onlyfans/models/release_form_list_taggable_users_params.rb', line 38 optional :offset, Integer |
#sort ⇒ Symbol, ...
Sort field: date or name.
44 |
# File 'lib/onlyfans/models/release_form_list_taggable_users_params.rb', line 44 optional :sort, enum: -> { Onlyfans::ReleaseFormListTaggableUsersParams::Sort }, nil?: true |
#sort_direction ⇒ Symbol, ...
Sort direction: desc or asc.
50 51 52 |
# File 'lib/onlyfans/models/release_form_list_taggable_users_params.rb', line 50 optional :sort_direction, enum: -> { Onlyfans::ReleaseFormListTaggableUsersParams::SortDirection }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/onlyfans/models/release_form_list_taggable_users_params.rb', line 81
|
Instance Method Details
#to_hash ⇒ {
48 |
# File 'sig/onlyfans/models/release_form_list_taggable_users_params.rbs', line 48
def to_hash: -> {
|