Class: Telnyx::Models::Legacy::Reporting::BatchDetailRecords::CdrDetailedReqResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Legacy::Reporting::BatchDetailRecords::CdrDetailedReqResponse
- Defined in:
- lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb
Instance Attribute Summary collapse
-
#call_types ⇒ Array<Integer>?
List of call types (Inbound = 1, Outbound = 2).
-
#connections ⇒ Array<Integer>?
List of connections.
-
#created_at ⇒ String?
Creation date of the report.
-
#end_time ⇒ String?
End time in ISO format.
-
#filters ⇒ Array<Telnyx::Models::Legacy::Reporting::Filter>?
List of filters.
-
#id ⇒ String?
Unique identifier for the report.
-
#managed_accounts ⇒ Array<String>?
List of managed accounts.
- #record_type ⇒ String?
-
#record_types ⇒ Array<Integer>?
List of record types (Complete = 1, Incomplete = 2, Errors = 3).
-
#report_name ⇒ String?
Name of the report.
-
#report_url ⇒ String?
URL to download the report.
-
#retry_ ⇒ Integer?
Number of retries.
-
#source ⇒ String?
Source of the report.
-
#start_time ⇒ String?
Start time in ISO format.
-
#status ⇒ Integer?
Status of the report (Pending = 1, Complete = 2, Failed = 3, Expired = 4).
-
#timezone ⇒ String?
Timezone for the report.
-
#updated_at ⇒ String?
Last update date of the report.
Instance Method Summary collapse
-
#initialize(id: nil, call_types: nil, connections: nil, created_at: nil, end_time: nil, filters: nil, managed_accounts: nil, record_type: nil, record_types: nil, report_name: nil, report_url: nil, retry_: nil, source: nil, start_time: nil, status: nil, timezone: nil, updated_at: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see CdrDetailedReqResponse for more details.
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, call_types: nil, connections: nil, created_at: nil, end_time: nil, filters: nil, managed_accounts: nil, record_type: nil, record_types: nil, report_name: nil, report_url: nil, retry_: nil, source: nil, start_time: nil, status: nil, timezone: nil, updated_at: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::Legacy::Reporting::BatchDetailRecords::CdrDetailedReqResponse for more details.
Response object for CDR detailed report
|
|
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 111
|
Instance Attribute Details
#call_types ⇒ Array<Integer>?
List of call types (Inbound = 1, Outbound = 2)
19 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 19 optional :call_types, Telnyx::Internal::Type::ArrayOf[Integer] |
#connections ⇒ Array<Integer>?
List of connections
25 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 25 optional :connections, Telnyx::Internal::Type::ArrayOf[Integer] |
#created_at ⇒ String?
Creation date of the report
31 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 31 optional :created_at, String |
#end_time ⇒ String?
End time in ISO format
37 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 37 optional :end_time, String |
#filters ⇒ Array<Telnyx::Models::Legacy::Reporting::Filter>?
List of filters
43 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 43 optional :filters, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Legacy::Reporting::Filter] } |
#id ⇒ String?
Unique identifier for the report
13 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 13 optional :id, String |
#managed_accounts ⇒ Array<String>?
List of managed accounts
49 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 49 optional :managed_accounts, Telnyx::Internal::Type::ArrayOf[String] |
#record_type ⇒ String?
54 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 54 optional :record_type, String |
#record_types ⇒ Array<Integer>?
List of record types (Complete = 1, Incomplete = 2, Errors = 3)
60 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 60 optional :record_types, Telnyx::Internal::Type::ArrayOf[Integer] |
#report_name ⇒ String?
Name of the report
66 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 66 optional :report_name, String |
#report_url ⇒ String?
URL to download the report
72 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 72 optional :report_url, String |
#retry_ ⇒ Integer?
Number of retries
78 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 78 optional :retry_, Integer, api_name: :retry |
#source ⇒ String?
Source of the report. Valid values: calls (default), call-control, fax-api, webrtc
85 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 85 optional :source, String |
#start_time ⇒ String?
Start time in ISO format
91 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 91 optional :start_time, String |
#status ⇒ Integer?
Status of the report (Pending = 1, Complete = 2, Failed = 3, Expired = 4)
97 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 97 optional :status, Integer |
#timezone ⇒ String?
Timezone for the report
103 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 103 optional :timezone, String |
#updated_at ⇒ String?
Last update date of the report
109 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/cdr_detailed_req_response.rb', line 109 optional :updated_at, String |