Class: Telnyx::Models::Legacy::Reporting::UsageReports::TelcoDataUsageReportResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Legacy::Reporting::UsageReports::TelcoDataUsageReportResponse
- Defined in:
- lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb
Instance Attribute Summary collapse
-
#aggregation_type ⇒ String?
Type of aggregation used in the report.
-
#created_at ⇒ Time?
Timestamp when the report was created.
-
#end_date ⇒ Date?
End date of the report period.
-
#id ⇒ String?
Unique identifier for the report.
-
#managed_accounts ⇒ Array<String>?
List of managed account IDs included in the report.
-
#record_type ⇒ String?
Record type identifier.
-
#report_url ⇒ String?
URL to download the complete report.
-
#result ⇒ Array<Telnyx::Models::Legacy::Reporting::UsageReports::TelcoDataUsageRecord>?
Array of usage records.
-
#start_date ⇒ Date?
Start date of the report period.
-
#status ⇒ String?
Current status of the report.
-
#updated_at ⇒ Time?
Timestamp when the report was last updated.
Instance Method Summary collapse
-
#initialize(id: nil, aggregation_type: nil, created_at: nil, end_date: nil, managed_accounts: nil, record_type: nil, report_url: nil, result: nil, start_date: nil, status: nil, updated_at: nil) ⇒ Object
constructor
Telco data usage report response.
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, aggregation_type: nil, created_at: nil, end_date: nil, managed_accounts: nil, record_type: nil, report_url: nil, result: nil, start_date: nil, status: nil, updated_at: nil) ⇒ Object
Telco data usage report response
|
|
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 76
|
Instance Attribute Details
#aggregation_type ⇒ String?
Type of aggregation used in the report
19 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 19 optional :aggregation_type, String |
#created_at ⇒ Time?
Timestamp when the report was created
25 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 25 optional :created_at, Time |
#end_date ⇒ Date?
End date of the report period
31 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 31 optional :end_date, Date |
#id ⇒ String?
Unique identifier for the report
13 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 13 optional :id, String |
#managed_accounts ⇒ Array<String>?
List of managed account IDs included in the report
37 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 37 optional :managed_accounts, Telnyx::Internal::Type::ArrayOf[String] |
#record_type ⇒ String?
Record type identifier
43 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 43 optional :record_type, String |
#report_url ⇒ String?
URL to download the complete report
49 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 49 optional :report_url, String |
#result ⇒ Array<Telnyx::Models::Legacy::Reporting::UsageReports::TelcoDataUsageRecord>?
Array of usage records
55 56 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 55 optional :result, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Legacy::Reporting::UsageReports::TelcoDataUsageRecord] } |
#start_date ⇒ Date?
Start date of the report period
62 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 62 optional :start_date, Date |
#status ⇒ String?
Current status of the report
68 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 68 optional :status, String |
#updated_at ⇒ Time?
Timestamp when the report was last updated
74 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/telco_data_usage_report_response.rb', line 74 optional :updated_at, Time |