Class: Telnyx::Models::Reports::MdrUsageReport
Overview
Defined Under Namespace
Modules: AggregationType, Status
Classes: Result
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
-
#initialize(carrier_passthrough_fee: nil, connection: nil, cost: nil, currency: nil, delivered: nil, direction: nil, message_type: nil, parts: nil, product: nil, profile_id: nil, received: nil, sent: nil, tags: nil, tn_type: 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(carrier_passthrough_fee: nil, connection: nil, cost: nil, currency: nil, delivered: nil, direction: nil, message_type: nil, parts: nil, product: nil, profile_id: nil, received: nil, sent: nil, tags: nil, tn_type: nil) ⇒ Object
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 69
|
Instance Attribute Details
#aggregation_type ⇒ Symbol, ...
17
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 17
optional :aggregation_type, enum: -> { Telnyx::Reports::MdrUsageReport::AggregationType }
|
#connections ⇒ Array<Integer>?
22
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 22
optional :connections, Telnyx::Internal::Type::ArrayOf[Integer]
|
#created_at ⇒ Time?
27
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 27
optional :created_at, Time
|
#end_date ⇒ Time?
32
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 32
optional :end_date, Time
|
#id ⇒ String?
12
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 12
optional :id, String
|
#profiles ⇒ String?
37
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 37
optional :profiles, String
|
#record_type ⇒ String?
42
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 42
optional :record_type, String
|
#report_url ⇒ String?
47
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 47
optional :report_url, String
|
#start_date ⇒ Time?
57
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 57
optional :start_date, Time
|
#status ⇒ Symbol, ...
62
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 62
optional :status, enum: -> { Telnyx::Reports::MdrUsageReport::Status }
|
#updated_at ⇒ Time?
67
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 67
optional :updated_at, Time
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/reports/mdr_usage_report.rb', line 102
|