Class: Knockapi::Models::UserListSchedulesParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Knockapi::Models::UserListSchedulesParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/knockapi/models/user_list_schedules_params.rb,
sig/knockapi/models/user_list_schedules_params.rbs
Overview
Instance Attribute Summary collapse
-
#after ⇒ String?
The cursor to fetch entries after.
-
#before ⇒ String?
The cursor to fetch entries before.
-
#page_size ⇒ Integer?
The number of items per page (defaults to 50).
-
#tenant ⇒ String?
The tenant ID to filter schedules for.
- #user_id ⇒ String
-
#workflow ⇒ String?
The workflow key to filter schedules for.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
- #initialize(user_id:, after: nil, before: nil, page_size: nil, tenant: nil, workflow: nil, request_options: {}) ⇒ Object constructor
- #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(user_id:, after: nil, before: nil, page_size: nil, tenant: nil, workflow: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/knockapi/models/user_list_schedules_params.rb', line 45
|
Instance Attribute Details
#after ⇒ String?
The cursor to fetch entries after.
19 |
# File 'lib/knockapi/models/user_list_schedules_params.rb', line 19 optional :after, String |
#before ⇒ String?
The cursor to fetch entries before.
25 |
# File 'lib/knockapi/models/user_list_schedules_params.rb', line 25 optional :before, String |
#page_size ⇒ Integer?
The number of items per page (defaults to 50).
31 |
# File 'lib/knockapi/models/user_list_schedules_params.rb', line 31 optional :page_size, Integer |
#tenant ⇒ String?
The tenant ID to filter schedules for.
37 |
# File 'lib/knockapi/models/user_list_schedules_params.rb', line 37 optional :tenant, String |
#user_id ⇒ String
13 |
# File 'lib/knockapi/models/user_list_schedules_params.rb', line 13 required :user_id, String |
#workflow ⇒ String?
The workflow key to filter schedules for.
43 |
# File 'lib/knockapi/models/user_list_schedules_params.rb', line 43 optional :workflow, String |
Instance Method Details
#to_hash ⇒ {
50 |
# File 'sig/knockapi/models/user_list_schedules_params.rbs', line 50
def to_hash: -> {
|