Class: Telnyx::Models::ReportListMdrsParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/telnyx/models/report_list_mdrs_params.rb

Overview

Defined Under Namespace

Modules: Direction, MessageType, Status

Instance Attribute Summary collapse

Attributes included from Internal::Type::RequestParameters

#request_options

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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(id: nil, cld: nil, cli: nil, direction: nil, end_date: nil, message_type: nil, profile: nil, start_date: nil, status: nil, request_options: {}) ⇒ Object

Parameters:



# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 64

Instance Attribute Details

#cldString?

Destination number

Returns:

  • (String, nil)


20
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 20

optional :cld, String

#cliString?

Origination number

Returns:

  • (String, nil)


26
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 26

optional :cli, String

#directionSymbol, ...

Direction (inbound or outbound)



32
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 32

optional :direction, enum: -> { Telnyx::ReportListMdrsParams::Direction }

#end_dateString?

Pagination end date

Returns:

  • (String, nil)


38
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 38

optional :end_date, String

#idString?

Message uuid

Returns:

  • (String, nil)


14
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 14

optional :id, String

#message_typeSymbol, ...

Type of message



44
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 44

optional :message_type, enum: -> { Telnyx::ReportListMdrsParams::MessageType }

#profileString?

Name of the profile

Returns:

  • (String, nil)


50
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 50

optional :profile, String

#start_dateString?

Pagination start date

Returns:

  • (String, nil)


56
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 56

optional :start_date, String

#statusSymbol, ...

Message status



62
# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 62

optional :status, enum: -> { Telnyx::ReportListMdrsParams::Status }

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/report_list_mdrs_params.rb', line 92