Class: Telnyx::Models::Reports::CdrUsageReportFetchSyncResponse::Data
Overview
Defined Under Namespace
Modules: AggregationType, ProductBreakdown, Status
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
-
#initialize(id: nil, aggregation_type: nil, connections: nil, created_at: nil, end_time: nil, product_breakdown: nil, record_type: nil, report_url: nil, result: nil, start_time: nil, status: nil, updated_at: nil) ⇒ Object
constructor
==, #==, #[], 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, aggregation_type: nil, connections: nil, created_at: nil, end_time: nil, product_breakdown: nil, record_type: nil, report_url: nil, result: nil, start_time: nil, status: nil, updated_at: nil) ⇒ Object
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_response.rb', line 81
|
Instance Attribute Details
#aggregation_type ⇒ Symbol, ...
#connections ⇒ Array<Integer>?
33
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_response.rb', line 33
optional :connections, Telnyx::Internal::Type::ArrayOf[Integer]
|
#created_at ⇒ Time?
38
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_response.rb', line 38
optional :created_at, Time
|
#end_time ⇒ Time?
43
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_response.rb', line 43
optional :end_time, Time
|
#id ⇒ String?
22
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_response.rb', line 22
optional :id, String
|
#product_breakdown ⇒ Symbol, ...
#record_type ⇒ String?
54
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_response.rb', line 54
optional :record_type, String
|
#report_url ⇒ String?
59
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_response.rb', line 59
optional :report_url, String
|
#result ⇒ Hash{Symbol=>Object}?
#start_time ⇒ Time?
69
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_response.rb', line 69
optional :start_time, Time
|
#updated_at ⇒ Time?
79
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_response.rb', line 79
optional :updated_at, Time
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_response.rb', line 115
|