Class: Telnyx::Models::Legacy::Reporting::BatchDetailRecords::MdrDetailReportResponse

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb

Defined Under Namespace

Modules: Direction, RecordType, Status

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

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

This class inherits a constructor from Telnyx::Internal::Type::BaseModel

Instance Attribute Details

#connectionsArray<Integer>?

Returns:

  • (Array<Integer>, nil)


18
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 18

optional :connections, Telnyx::Internal::Type::ArrayOf[Integer]

#created_atTime?

Returns:

  • (Time, nil)


23
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 23

optional :created_at, Time

#directionsArray<Symbol, Telnyx::Models::Legacy::Reporting::BatchDetailRecords::MdrDetailReportResponse::Direction>?



28
29
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 28

optional :directions,
-> { Telnyx::Internal::Type::ArrayOf[enum: Telnyx::Legacy::Reporting::BatchDetailRecords::MdrDetailReportResponse::Direction] }

#end_dateTime?

Returns:

  • (Time, nil)


34
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 34

optional :end_date, Time

#filtersArray<Telnyx::Models::Legacy::Reporting::Filter>?



39
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 39

optional :filters, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Legacy::Reporting::Filter] }

#idString?

Identifies the resource

Returns:

  • (String, nil)


13
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 13

optional :id, String

#profilesArray<String>?

List of messaging profile IDs

Returns:

  • (Array<String>, nil)


45
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 45

optional :profiles, Telnyx::Internal::Type::ArrayOf[String]

#record_typeString?

Returns:

  • (String, nil)


50
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 50

optional :record_type, String

#record_typesArray<Symbol, Telnyx::Models::Legacy::Reporting::BatchDetailRecords::MdrDetailReportResponse::RecordType>?



55
56
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 55

optional :record_types,
-> { Telnyx::Internal::Type::ArrayOf[enum: Telnyx::Legacy::Reporting::BatchDetailRecords::MdrDetailReportResponse::RecordType] }

#report_nameString?

Returns:

  • (String, nil)


61
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 61

optional :report_name, String

#report_urlString?

Returns:

  • (String, nil)


66
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 66

optional :report_url, String

#start_dateTime?

Returns:

  • (Time, nil)


71
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 71

optional :start_date, Time

#statusSymbol, ...



76
77
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 76

optional :status,
enum: -> { Telnyx::Legacy::Reporting::BatchDetailRecords::MdrDetailReportResponse::Status }

#updated_atTime?

Returns:

  • (Time, nil)


82
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 82

optional :updated_at, Time

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 119