Class: Notiflows::Models::Topics::SubscriptionListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Notiflows::Models::Topics::SubscriptionListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/notiflows/models/topics/subscription_list_params.rb
Overview
Instance Attribute Summary collapse
-
#after ⇒ String?
Cursor for fetching the next page.
-
#before ⇒ String?
Cursor for fetching the previous page.
-
#created_after ⇒ String?
Filter by created after (ISO 8601 datetime).
-
#created_before ⇒ String?
Filter by created before (ISO 8601 datetime).
-
#limit ⇒ Integer?
Number of items per page (default: 25, max: 1000).
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(after: nil, before: nil, created_after: nil, created_before: nil, limit: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/notiflows/models/topics/subscription_list_params.rb', line 41
|
Instance Attribute Details
#after ⇒ String?
Cursor for fetching the next page
15 |
# File 'lib/notiflows/models/topics/subscription_list_params.rb', line 15 optional :after, String |
#before ⇒ String?
Cursor for fetching the previous page
21 |
# File 'lib/notiflows/models/topics/subscription_list_params.rb', line 21 optional :before, String |
#created_after ⇒ String?
Filter by created after (ISO 8601 datetime)
27 |
# File 'lib/notiflows/models/topics/subscription_list_params.rb', line 27 optional :created_after, String |
#created_before ⇒ String?
Filter by created before (ISO 8601 datetime)
33 |
# File 'lib/notiflows/models/topics/subscription_list_params.rb', line 33 optional :created_before, String |
#limit ⇒ Integer?
Number of items per page (default: 25, max: 1000)
39 |
# File 'lib/notiflows/models/topics/subscription_list_params.rb', line 39 optional :limit, Integer |