Class: Telnyx::Models::MessagingTollfree::Verification::RequestListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MessagingTollfree::Verification::RequestListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb
Overview
Instance Attribute Summary collapse
-
#business_name ⇒ String?
Filter verification requests by business name.
- #date_end ⇒ Time?
- #date_start ⇒ Time?
- #page ⇒ Integer
-
#page_size ⇒ Integer
Request this many records per page.
- #phone_number ⇒ String?
-
#status ⇒ Symbol, ...
Tollfree verification status.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(page:, page_size:, business_name: nil, date_end: nil, date_start: nil, phone_number: nil, status: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see RequestListParams for more details.
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(page:, page_size:, business_name: nil, date_end: nil, date_start: nil, phone_number: nil, status: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::MessagingTollfree::Verification::RequestListParams for more details.
|
|
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 52
|
Instance Attribute Details
#business_name ⇒ String?
Filter verification requests by business name
29 |
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 29 optional :business_name, String |
#date_end ⇒ Time?
34 |
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 34 optional :date_end, Time |
#date_start ⇒ Time?
39 |
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 39 optional :date_start, Time |
#page ⇒ Integer
15 |
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 15 required :page, Integer |
#page_size ⇒ Integer
Request this many records per page
This value is automatically clamped if the provided value is too large.
23 |
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 23 required :page_size, Integer |
#phone_number ⇒ String?
44 |
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 44 optional :phone_number, String |
#status ⇒ Symbol, ...
Tollfree verification status
50 |
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 50 optional :status, enum: -> { Telnyx::MessagingTollfree::Verification::TfVerificationStatus } |