Class: Telnyx::Models::EmailDomainListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::EmailDomainListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/email_domain_list_params.rb,
sig/telnyx/models/email_domain_list_params.rbs
Overview
Defined Under Namespace
Modules: Sort
Instance Attribute Summary collapse
-
#filter_domain ⇒ String?
Partial match on domain name (case-insensitive).
-
#filter_profile_id ⇒ String?
Filter by profile UUID.
- #filter_status ⇒ Symbol, ...
- #filter_type ⇒ Symbol, ...
- #filter_usable_for_inbound ⇒ Boolean?
- #filter_usable_for_sending ⇒ Boolean?
-
#page_after ⇒ String?
Cursor for records after the provided value (cursor pagination).
-
#page_before ⇒ String?
Cursor for records before the provided value (cursor pagination).
-
#page_number ⇒ Integer?
Page number to return (offset pagination).
-
#page_size ⇒ Integer?
Number of records per page.
-
#sort ⇒ Symbol, ...
Field to sort by.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
- #initialize(filter_domain: nil, filter_profile_id: nil, filter_status: nil, filter_type: nil, filter_usable_for_inbound: nil, filter_usable_for_sending: nil, page_after: nil, page_before: nil, page_number: nil, page_size: nil, sort: 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(filter_domain: nil, filter_profile_id: nil, filter_status: nil, filter_type: nil, filter_usable_for_inbound: nil, filter_usable_for_sending: nil, page_after: nil, page_before: nil, page_number: nil, page_size: nil, sort: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/telnyx/models/email_domain_list_params.rb', line 72
|
Instance Attribute Details
#filter_domain ⇒ String?
Partial match on domain name (case-insensitive)
14 |
# File 'lib/telnyx/models/email_domain_list_params.rb', line 14 optional :filter_domain, String |
#filter_profile_id ⇒ String?
Filter by profile UUID
20 |
# File 'lib/telnyx/models/email_domain_list_params.rb', line 20 optional :filter_profile_id, String |
#filter_status ⇒ Symbol, ...
25 |
# File 'lib/telnyx/models/email_domain_list_params.rb', line 25 optional :filter_status, enum: -> { Telnyx::EmailDomainStatus } |
#filter_type ⇒ Symbol, ...
30 |
# File 'lib/telnyx/models/email_domain_list_params.rb', line 30 optional :filter_type, enum: -> { Telnyx::EmailDomainType } |
#filter_usable_for_inbound ⇒ Boolean?
35 |
# File 'lib/telnyx/models/email_domain_list_params.rb', line 35 optional :filter_usable_for_inbound, Telnyx::Internal::Type::Boolean |
#filter_usable_for_sending ⇒ Boolean?
40 |
# File 'lib/telnyx/models/email_domain_list_params.rb', line 40 optional :filter_usable_for_sending, Telnyx::Internal::Type::Boolean |
#page_after ⇒ String?
Cursor for records after the provided value (cursor pagination)
46 |
# File 'lib/telnyx/models/email_domain_list_params.rb', line 46 optional :page_after, String |
#page_before ⇒ String?
Cursor for records before the provided value (cursor pagination)
52 |
# File 'lib/telnyx/models/email_domain_list_params.rb', line 52 optional :page_before, String |
#page_number ⇒ Integer?
Page number to return (offset pagination)
58 |
# File 'lib/telnyx/models/email_domain_list_params.rb', line 58 optional :page_number, Integer |
#page_size ⇒ Integer?
Number of records per page
64 |
# File 'lib/telnyx/models/email_domain_list_params.rb', line 64 optional :page_size, Integer |
#sort ⇒ Symbol, ...
Field to sort by. Prefix with - for descending order.
70 |
# File 'lib/telnyx/models/email_domain_list_params.rb', line 70 optional :sort, enum: -> { Telnyx::EmailDomainListParams::Sort } |
Instance Method Details
#to_hash ⇒ {
88 |
# File 'sig/telnyx/models/email_domain_list_params.rbs', line 88
def to_hash: -> {
|