Class: Telnyx::Models::SimCardGroups::ActionListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::SimCardGroups::ActionListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/sim_card_groups/action_list_params.rb
Overview
Defined Under Namespace
Modules: FilterStatus, FilterType
Instance Attribute Summary collapse
-
#filter_sim_card_group_id ⇒ String?
A valid SIM card group ID.
-
#filter_status ⇒ Symbol, ...
Filter by a specific status of the resource’s lifecycle.
-
#filter_type ⇒ Symbol, ...
Filter by action type.
-
#page_number ⇒ Integer?
The page number to load.
-
#page_size ⇒ Integer?
The size of the page.
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(filter_sim_card_group_id: nil, filter_status: nil, filter_type: nil, page_number: nil, page_size: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/telnyx/models/sim_card_groups/action_list_params.rb', line 41
|
Instance Attribute Details
#filter_sim_card_group_id ⇒ String?
A valid SIM card group ID.
15 |
# File 'lib/telnyx/models/sim_card_groups/action_list_params.rb', line 15 optional :filter_sim_card_group_id, String |
#filter_status ⇒ Symbol, ...
Filter by a specific status of the resource’s lifecycle.
21 |
# File 'lib/telnyx/models/sim_card_groups/action_list_params.rb', line 21 optional :filter_status, enum: -> { Telnyx::SimCardGroups::ActionListParams::FilterStatus } |
#filter_type ⇒ Symbol, ...
Filter by action type.
27 |
# File 'lib/telnyx/models/sim_card_groups/action_list_params.rb', line 27 optional :filter_type, enum: -> { Telnyx::SimCardGroups::ActionListParams::FilterType } |
#page_number ⇒ Integer?
The page number to load.
33 |
# File 'lib/telnyx/models/sim_card_groups/action_list_params.rb', line 33 optional :page_number, Integer |
#page_size ⇒ Integer?
The size of the page.
39 |
# File 'lib/telnyx/models/sim_card_groups/action_list_params.rb', line 39 optional :page_size, Integer |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/sim_card_groups/action_list_params.rb', line 62
|