Class: Telnyx::Models::Reports::MdrUsageReportCreateParams
Overview
Defined Under Namespace
Modules: AggregationType
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
dump_request
included
==, #==, #[], 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 ⇒ Object
27
|
# File 'sig/telnyx/models/reports/mdr_usage_report_create_params.rbs', line 27
def initialize: (
|
Instance Attribute Details
14
|
# File 'lib/telnyx/models/reports/mdr_usage_report_create_params.rb', line 14
required :aggregation_type, enum: -> { Telnyx::Reports::MdrUsageReportCreateParams::AggregationType }
|
#end_date ⇒ Time
19
|
# File 'lib/telnyx/models/reports/mdr_usage_report_create_params.rb', line 19
required :end_date, Time
|
#profiles ⇒ String?
29
|
# File 'lib/telnyx/models/reports/mdr_usage_report_create_params.rb', line 29
optional :profiles, String
|
#start_date ⇒ Time
24
|
# File 'lib/telnyx/models/reports/mdr_usage_report_create_params.rb', line 24
required :start_date, Time
|
Instance Method Details
#to_hash ⇒ {
35
|
# File 'sig/telnyx/models/reports/mdr_usage_report_create_params.rbs', line 35
def to_hash: -> {
|