Class: Onlyfans::Models::DataExportListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::DataExportListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/onlyfans/models/data_export_list_params.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#download_url_expires_in ⇒ Integer?
Number of minutes until download URLs expire.
-
#page ⇒ Integer?
Page number for pagination.
-
#per_page ⇒ Integer?
Number of results per page.
-
#status ⇒ Symbol, ...
Filter by status.
-
#type ⇒ Symbol, ...
Filter by export type.
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
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(download_url_expires_in: nil, page: nil, per_page: nil, status: nil, type: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/onlyfans/models/data_export_list_params.rb', line 40
|
Instance Attribute Details
#download_url_expires_in ⇒ Integer?
Number of minutes until download URLs expire. Min ‘1`, max `60`, default `5`.
14 |
# File 'lib/onlyfans/models/data_export_list_params.rb', line 14 optional :download_url_expires_in, Integer |
#page ⇒ Integer?
Page number for pagination. Default ‘1`
20 |
# File 'lib/onlyfans/models/data_export_list_params.rb', line 20 optional :page, Integer |
#per_page ⇒ Integer?
Number of results per page. Default ‘15`, max `100`
26 |
# File 'lib/onlyfans/models/data_export_list_params.rb', line 26 optional :per_page, Integer |
#status ⇒ Symbol, ...
Filter by status
32 |
# File 'lib/onlyfans/models/data_export_list_params.rb', line 32 optional :status, enum: -> { Onlyfans::DataExportListParams::Status } |
#type ⇒ Symbol, ...
Filter by export type
38 |
# File 'lib/onlyfans/models/data_export_list_params.rb', line 38 optional :type, enum: -> { Onlyfans::DataExportListParams::Type } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/onlyfans/models/data_export_list_params.rb', line 65
|