Class: Onlyfans::Models::SmartLinkListFansParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::SmartLinkListFansParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/onlyfans/models/smart_link_list_fans_params.rb
Overview
Defined Under Namespace
Modules: Sort
Instance Attribute Summary collapse
-
#has_messages ⇒ Boolean?
Optional - Filter to fans with or without fan-sent messages.
-
#limit ⇒ Integer?
Rows per page.
-
#min_messages_sent_by_fan ⇒ Integer?
Optional minimum number of messages sent by fan.
-
#min_revenue_net ⇒ Float?
Optional minimum net revenue.
-
#min_tips_net ⇒ Float?
Optional minimum net tips.
-
#offset ⇒ Integer?
Offset for pagination.
- #smart_link_id ⇒ String
-
#sort ⇒ Symbol, ...
Optional sort field.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
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(smart_link_id:, has_messages: nil, limit: nil, min_messages_sent_by_fan: nil, min_revenue_net: nil, min_tips_net: nil, offset: nil, sort: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/onlyfans/models/smart_link_list_fans_params.rb', line 57
|
Instance Attribute Details
#has_messages ⇒ Boolean?
Optional - Filter to fans with or without fan-sent messages
19 |
# File 'lib/onlyfans/models/smart_link_list_fans_params.rb', line 19 optional :has_messages, Onlyfans::Internal::Type::Boolean |
#limit ⇒ Integer?
Rows per page. Default ‘100`
25 |
# File 'lib/onlyfans/models/smart_link_list_fans_params.rb', line 25 optional :limit, Integer |
#min_messages_sent_by_fan ⇒ Integer?
Optional minimum number of messages sent by fan
31 |
# File 'lib/onlyfans/models/smart_link_list_fans_params.rb', line 31 optional :min_messages_sent_by_fan, Integer |
#min_revenue_net ⇒ Float?
Optional minimum net revenue
37 |
# File 'lib/onlyfans/models/smart_link_list_fans_params.rb', line 37 optional :min_revenue_net, Float |
#min_tips_net ⇒ Float?
Optional minimum net tips
43 |
# File 'lib/onlyfans/models/smart_link_list_fans_params.rb', line 43 optional :min_tips_net, Float |
#offset ⇒ Integer?
Offset for pagination. Default ‘0`
49 |
# File 'lib/onlyfans/models/smart_link_list_fans_params.rb', line 49 optional :offset, Integer |
#smart_link_id ⇒ String
13 |
# File 'lib/onlyfans/models/smart_link_list_fans_params.rb', line 13 required :smart_link_id, String |
#sort ⇒ Symbol, ...
Optional sort field. Default ‘-revenue_net`
55 |
# File 'lib/onlyfans/models/smart_link_list_fans_params.rb', line 55 optional :sort, enum: -> { Onlyfans::SmartLinkListFansParams::Sort } |