Class: Telnyx::Models::Legacy::Reporting::BatchDetailRecords::SttDetailReportResponse
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rb,
sig/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rbs
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id: nil, created_at: nil, download_link: nil, end_date: nil, record_type: nil, start_date: nil, status: nil) ⇒ Object
|
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rb', line 47
|
Instance Attribute Details
#created_at ⇒ Time?
18
|
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rb', line 18
optional :created_at, Time
|
#download_link ⇒ String?
URL to download the report
24
|
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rb', line 24
optional :download_link, String
|
#end_date ⇒ Time?
29
|
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rb', line 29
optional :end_date, Time
|
#id ⇒ String?
13
|
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rb', line 13
optional :id, String
|
#record_type ⇒ String?
34
|
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rb', line 34
optional :record_type, String
|
#start_date ⇒ Time?
39
|
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rb', line 39
optional :start_date, Time
|
#status ⇒ Symbol, ...
44
45
|
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rb', line 44
optional :status,
enum: -> { Telnyx::Legacy::Reporting::BatchDetailRecords::SttDetailReportResponse::Status }
|
Instance Method Details
#to_hash ⇒ {
58
|
# File 'sig/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rbs', line 58
def to_hash: -> {
|