Class: Telnyx::Models::Reports::CdrUsageReportFetchSyncParams
Overview
Defined Under Namespace
Modules: AggregationType, ProductBreakdown
Instance Attribute Summary collapse
#request_options
Class Method Summary
collapse
dump_request
included
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
14
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_params.rb', line 14
required :aggregation_type, enum: -> { Telnyx::Reports::CdrUsageReportFetchSyncParams::AggregationType }
|
#connections ⇒ Array<Float>?
24
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_params.rb', line 24
optional :connections, Telnyx::Internal::Type::ArrayOf[Float]
|
#end_date ⇒ Time?
29
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_params.rb', line 29
optional :end_date, Time
|
19
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_params.rb', line 19
required :product_breakdown, enum: -> { Telnyx::Reports::CdrUsageReportFetchSyncParams::ProductBreakdown }
|
#start_date ⇒ Time?
34
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_params.rb', line 34
optional :start_date, Time
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/reports/cdr_usage_report_fetch_sync_params.rb', line 52
|