Class: Telnyx::Models::EmailBlockRetrieveExportParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::EmailBlockRetrieveExportParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/email_block_retrieve_export_params.rb,
sig/telnyx/models/email_block_retrieve_export_params.rbs
Overview
Defined Under Namespace
Modules: FilterReason, Sort
Instance Attribute Summary collapse
-
#filter_created_after ⇒ Time?
created_at > value(ISO 8601). -
#filter_created_before ⇒ Time?
created_at < value(ISO 8601). -
#filter_domain_id ⇒ String?
Exact-match filter on domain_id (UUID).
-
#filter_reason ⇒ Symbol, ...
Exact-match filter on reason.
-
#page_number ⇒ Integer?
Offset page number (≥1, default 1).
-
#page_size ⇒ Integer?
Page size (1–100, default 25).
-
#sort ⇒ Symbol, ...
Sort field.
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(filter_created_after: nil, filter_created_before: nil, filter_domain_id: nil, filter_reason: nil, page_number: nil, page_size: nil, sort: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see EmailBlockRetrieveExportParams for more details.
- #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(filter_created_after: nil, filter_created_before: nil, filter_domain_id: nil, filter_reason: nil, page_number: nil, page_size: nil, sort: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::EmailBlockRetrieveExportParams for more details.
|
|
# File 'lib/telnyx/models/email_block_retrieve_export_params.rb', line 53
|
Instance Attribute Details
#filter_created_after ⇒ Time?
created_at > value (ISO 8601).
14 |
# File 'lib/telnyx/models/email_block_retrieve_export_params.rb', line 14 optional :filter_created_after, Time |
#filter_created_before ⇒ Time?
created_at < value (ISO 8601).
20 |
# File 'lib/telnyx/models/email_block_retrieve_export_params.rb', line 20 optional :filter_created_before, Time |
#filter_domain_id ⇒ String?
Exact-match filter on domain_id (UUID).
26 |
# File 'lib/telnyx/models/email_block_retrieve_export_params.rb', line 26 optional :filter_domain_id, String |
#filter_reason ⇒ Symbol, ...
Exact-match filter on reason.
32 |
# File 'lib/telnyx/models/email_block_retrieve_export_params.rb', line 32 optional :filter_reason, enum: -> { Telnyx::EmailBlockRetrieveExportParams::FilterReason } |
#page_number ⇒ Integer?
Offset page number (≥1, default 1).
38 |
# File 'lib/telnyx/models/email_block_retrieve_export_params.rb', line 38 optional :page_number, Integer |
#page_size ⇒ Integer?
Page size (1–100, default 25).
44 |
# File 'lib/telnyx/models/email_block_retrieve_export_params.rb', line 44 optional :page_size, Integer |
#sort ⇒ Symbol, ...
Sort field. Leading - = desc; only created_at is sortable. Default
-created_at. -- is an error.
51 |
# File 'lib/telnyx/models/email_block_retrieve_export_params.rb', line 51 optional :sort, enum: -> { Telnyx::EmailBlockRetrieveExportParams::Sort } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/email_block_retrieve_export_params.rb', line 83
|
Instance Method Details
#to_hash ⇒ {
62 |
# File 'sig/telnyx/models/email_block_retrieve_export_params.rbs', line 62
def to_hash: -> {
|