Class: Telnyx::Models::Legacy::Reporting::BatchDetailRecords::SttDetailReportResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Legacy::Reporting::BatchDetailRecords::SttDetailReportResponse
- Defined in:
- lib/telnyx/models/legacy/reporting/batch_detail_records/stt_detail_report_response.rb
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
- #created_at ⇒ Time?
-
#download_link ⇒ String?
URL to download the report.
- #end_date ⇒ Time?
-
#id ⇒ String?
Identifies the resource.
- #record_type ⇒ String?
- #start_date ⇒ Time?
- #status ⇒ Symbol, ...
Instance Method Summary collapse
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, 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?
Identifies the resource
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 |