Class: Telnyx::Models::ReportListMdrsParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::ReportListMdrsParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/report_list_mdrs_params.rb
Overview
Defined Under Namespace
Modules: Direction, MessageType, Status
Instance Attribute Summary collapse
-
#cld ⇒ String?
Destination number.
-
#cli ⇒ String?
Origination number.
-
#direction ⇒ Symbol, ...
Direction (inbound or outbound).
-
#end_date ⇒ String?
Pagination end date.
-
#id ⇒ String?
Message uuid.
-
#message_type ⇒ Symbol, ...
Type of message.
-
#profile ⇒ String?
Name of the profile.
-
#start_date ⇒ String?
Pagination start date.
-
#status ⇒ Symbol, ...
Message status.
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(id: nil, cld: nil, cli: nil, direction: nil, end_date: nil, message_type: nil, profile: nil, start_date: nil, status: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 64
|
Instance Attribute Details
#cld ⇒ String?
Destination number
20 |
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 20 optional :cld, String |
#cli ⇒ String?
Origination number
26 |
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 26 optional :cli, String |
#direction ⇒ Symbol, ...
Direction (inbound or outbound)
32 |
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 32 optional :direction, enum: -> { Telnyx::ReportListMdrsParams::Direction } |
#end_date ⇒ String?
Pagination end date
38 |
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 38 optional :end_date, String |
#id ⇒ String?
Message uuid
14 |
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 14 optional :id, String |
#message_type ⇒ Symbol, ...
Type of message
44 |
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 44 optional :message_type, enum: -> { Telnyx::ReportListMdrsParams::MessageType } |
#profile ⇒ String?
Name of the profile
50 |
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 50 optional :profile, String |
#start_date ⇒ String?
Pagination start date
56 |
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 56 optional :start_date, String |
#status ⇒ Symbol, ...
Message status
62 |
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 62 optional :status, enum: -> { Telnyx::ReportListMdrsParams::Status } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 92
|