Class: Telnyx::Models::Legacy::Reporting::UsageReports::MessagingCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Legacy::Reporting::UsageReports::MessagingCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/legacy/reporting/usage_reports/messaging_create_params.rb
Overview
Instance Attribute Summary collapse
-
#aggregation_type ⇒ Integer
Aggregation type: No aggregation = 0, By Messaging Profile = 1, By Tags = 2.
- #end_time ⇒ Time?
-
#managed_accounts ⇒ Array<String>?
List of managed accounts to include.
-
#profiles ⇒ Array<String>?
List of messaging profile IDs to filter by.
- #select_all_managed_accounts ⇒ Boolean?
- #start_time ⇒ Time?
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
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(aggregation_type:, end_time: nil, managed_accounts: nil, profiles: nil, select_all_managed_accounts: nil, start_time: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/telnyx/models/legacy/reporting/usage_reports/messaging_create_params.rb', line 46
|
Instance Attribute Details
#aggregation_type ⇒ Integer
Aggregation type: No aggregation = 0, By Messaging Profile = 1, By Tags = 2
17 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/messaging_create_params.rb', line 17 required :aggregation_type, Integer |
#end_time ⇒ Time?
22 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/messaging_create_params.rb', line 22 optional :end_time, Time |
#managed_accounts ⇒ Array<String>?
List of managed accounts to include
28 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/messaging_create_params.rb', line 28 optional :managed_accounts, Telnyx::Internal::Type::ArrayOf[String] |
#profiles ⇒ Array<String>?
List of messaging profile IDs to filter by
34 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/messaging_create_params.rb', line 34 optional :profiles, Telnyx::Internal::Type::ArrayOf[String] |
#select_all_managed_accounts ⇒ Boolean?
39 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/messaging_create_params.rb', line 39 optional :select_all_managed_accounts, Telnyx::Internal::Type::Boolean |
#start_time ⇒ Time?
44 |
# File 'lib/telnyx/models/legacy/reporting/usage_reports/messaging_create_params.rb', line 44 optional :start_time, Time |