Class: Onlyfans::Models::Engagement::MessageGetMessageBuyersParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::Engagement::MessageGetMessageBuyersParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/onlyfans/models/engagement/message_get_message_buyers_params.rb
Overview
Instance Attribute Summary collapse
- #account ⇒ String
-
#limit ⇒ Integer?
Number of buyers to return (default = 10).
-
#marker ⇒ Integer?
Marker for pagination.
- #message_id ⇒ String
-
#offset ⇒ Integer?
Offset for pagination (default = 0).
-
#skip_users ⇒ String?
Optional flag for subsequent pages (example: all).
-
#skip_users_dups ⇒ Integer?
Skip duplicate users in results (0/1).
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(account:, message_id:, limit: nil, marker: nil, offset: nil, skip_users: nil, skip_users_dups: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_params.rb', line 51
|
Instance Attribute Details
#account ⇒ String
14 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_params.rb', line 14 required :account, String |
#limit ⇒ Integer?
Number of buyers to return (default = 10)
25 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_params.rb', line 25 optional :limit, Integer |
#marker ⇒ Integer?
Marker for pagination
31 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_params.rb', line 31 optional :marker, Integer |
#message_id ⇒ String
19 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_params.rb', line 19 required :message_id, String |
#offset ⇒ Integer?
Offset for pagination (default = 0)
37 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_params.rb', line 37 optional :offset, Integer |
#skip_users ⇒ String?
Optional flag for subsequent pages (example: all)
43 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_params.rb', line 43 optional :skip_users, String |
#skip_users_dups ⇒ Integer?
Skip duplicate users in results (0/1). Default = 1
49 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_params.rb', line 49 optional :skip_users_dups, Integer |