Class: Telnyx::Models::Legacy::Reporting::UsageReports::VoiceCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Legacy::Reporting::UsageReports::VoiceCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/legacy/reporting/usage_reports/voice_create_params.rb
Overview
Instance Attribute Summary collapse
-
#aggregation_type ⇒ Integer?
Aggregation type: All = 0, By Connections = 1, By Tags = 2, By Billing Group = 3.
-
#connections ⇒ Array<Integer>?
List of connections to filter by.
-
#end_time ⇒ Time
End time in ISO format.
-
#managed_accounts ⇒ Array<String>?
List of managed accounts to include.
-
#product_breakdown ⇒ Integer?
Product breakdown type: No breakdown = 0, DID vs Toll-free = 1, Country = 2, DID vs Toll-free per Country = 3.
-
#select_all_managed_accounts ⇒ Boolean?
Whether to select all managed accounts.
-
#start_time ⇒ Time
Start time in ISO format.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(end_time:, start_time:, aggregation_type: nil, connections: nil, managed_accounts: nil, product_breakdown: nil, select_all_managed_accounts: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see VoiceCreateParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(end_time:, start_time:, aggregation_type: nil, connections: nil, managed_accounts: nil, product_breakdown: nil, select_all_managed_accounts: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::Legacy::Reporting::UsageReports::VoiceCreateParams for more details.
|
|
# File 'lib/telnyx/models/legacy/reporting/usage_reports/voice_create_params.rb', line 56
|
Instance Attribute Details
#aggregation_type ⇒ Integer?
Aggregation type: All = 0, By Connections = 1, By Tags = 2, By Billing Group = 3
29 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/voice_create_params.rb', line 29 optional :aggregation_type, Integer |
#connections ⇒ Array<Integer>?
List of connections to filter by
35 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/voice_create_params.rb', line 35 optional :connections, Telnyx::Internal::Type::ArrayOf[Integer] |
#end_time ⇒ Time
End time in ISO format
17 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/voice_create_params.rb', line 17 required :end_time, Time |
#managed_accounts ⇒ Array<String>?
List of managed accounts to include
41 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/voice_create_params.rb', line 41 optional :managed_accounts, Telnyx::Internal::Type::ArrayOf[String] |
#product_breakdown ⇒ Integer?
Product breakdown type: No breakdown = 0, DID vs Toll-free = 1, Country = 2, DID vs Toll-free per Country = 3
48 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/voice_create_params.rb', line 48 optional :product_breakdown, Integer |
#select_all_managed_accounts ⇒ Boolean?
Whether to select all managed accounts
54 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/voice_create_params.rb', line 54 optional :select_all_managed_accounts, Telnyx::Internal::Type::Boolean |
#start_time ⇒ Time
Start time in ISO format
23 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/voice_create_params.rb', line 23 required :start_time, Time |