Class: Telnyx::Models::Legacy::Reporting::BatchDetailRecords::MessagingCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Legacy::Reporting::BatchDetailRecords::MessagingCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb
Overview
Instance Attribute Summary collapse
-
#connections ⇒ Array<Integer>?
List of connections to filter by.
-
#directions ⇒ Array<Integer>?
List of directions to filter by (Inbound = 1, Outbound = 2).
-
#end_time ⇒ Time
End time in ISO format.
-
#filters ⇒ Array<Telnyx::Models::Legacy::Reporting::Filter>?
List of filters to apply.
-
#include_message_body ⇒ Boolean?
Whether to include message body in the report.
-
#managed_accounts ⇒ Array<String>?
List of managed accounts to include.
-
#profiles ⇒ Array<String>?
List of messaging profile IDs to filter by.
-
#record_types ⇒ Array<Integer>?
List of record types to filter by (Complete = 1, Incomplete = 2, Errors = 3).
-
#report_name ⇒ String?
Name of the report.
-
#select_all_managed_accounts ⇒ Boolean?
Whether to select all managed accounts.
-
#start_time ⇒ Time
Start time in ISO format.
-
#timezone ⇒ String?
Timezone for the report.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(end_time:, start_time:, connections: nil, directions: nil, filters: nil, include_message_body: nil, managed_accounts: nil, profiles: nil, record_types: nil, report_name: nil, select_all_managed_accounts: nil, timezone: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see MessagingCreateParams 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:, connections: nil, directions: nil, filters: nil, include_message_body: nil, managed_accounts: nil, profiles: nil, record_types: nil, report_name: nil, select_all_managed_accounts: nil, timezone: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::Legacy::Reporting::BatchDetailRecords::MessagingCreateParams for more details.
|
|
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 87
|
Instance Attribute Details
#connections ⇒ Array<Integer>?
List of connections to filter by
31 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 31 optional :connections, Telnyx::Internal::Type::ArrayOf[Integer] |
#directions ⇒ Array<Integer>?
List of directions to filter by (Inbound = 1, Outbound = 2)
37 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 37 optional :directions, Telnyx::Internal::Type::ArrayOf[Integer] |
#end_time ⇒ Time
End time in ISO format. Note: If end time includes the last 4 hours, some MDRs might not appear in this report, due to wait time for downstream message delivery confirmation
19 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 19 required :end_time, Time |
#filters ⇒ Array<Telnyx::Models::Legacy::Reporting::Filter>?
List of filters to apply
43 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 43 optional :filters, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Legacy::Reporting::Filter] } |
#include_message_body ⇒ Boolean?
Whether to include message body in the report
49 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 49 optional :include_message_body, Telnyx::Internal::Type::Boolean |
#managed_accounts ⇒ Array<String>?
List of managed accounts to include
55 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 55 optional :managed_accounts, Telnyx::Internal::Type::ArrayOf[String] |
#profiles ⇒ Array<String>?
List of messaging profile IDs to filter by
61 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 61 optional :profiles, Telnyx::Internal::Type::ArrayOf[String] |
#record_types ⇒ Array<Integer>?
List of record types to filter by (Complete = 1, Incomplete = 2, Errors = 3)
67 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 67 optional :record_types, Telnyx::Internal::Type::ArrayOf[Integer] |
#report_name ⇒ String?
Name of the report
73 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 73 optional :report_name, String |
#select_all_managed_accounts ⇒ Boolean?
Whether to select all managed accounts
79 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 79 optional :select_all_managed_accounts, Telnyx::Internal::Type::Boolean |
#start_time ⇒ Time
Start time in ISO format
25 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 25 required :start_time, Time |
#timezone ⇒ String?
Timezone for the report
85 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/messaging_create_params.rb', line 85 optional :timezone, String |