Module: Telnyx::Models::DetailRecordListResponse
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/telnyx/models/detail_record_list_response.rb
Overview
An object following one of the schemas published in developers.telnyx.com/docs/api/v2/detail-records
Defined Under Namespace
Classes: AmdDetailRecord, ConferenceDetailRecord, ConferenceParticipantDetailRecord, MediaStorageDetailRecord, MessageDetailRecord, SimCardUsageDetailRecord, VerifyDetailRecord
Class Method Summary collapse
- .values ⇒ Array<Symbol>
- .variants ⇒ Array(Telnyx::Models::DetailRecordListResponse::MessageDetailRecord, Telnyx::Models::DetailRecordListResponse::ConferenceDetailRecord, Telnyx::Models::DetailRecordListResponse::ConferenceParticipantDetailRecord, Telnyx::Models::DetailRecordListResponse::AmdDetailRecord, Telnyx::Models::DetailRecordListResponse::VerifyDetailRecord, Telnyx::Models::DetailRecordListResponse::SimCardUsageDetailRecord, Telnyx::Models::DetailRecordListResponse::MediaStorageDetailRecord)
Instance Method Summary collapse
-
#initialize(record_type:, id: nil, closed_at: nil, created_at: nil, currency: nil, data_cost: nil, data_rate: nil, data_unit: nil, downlink_data: nil, imsi: nil, ip_address: nil, mcc: nil, mnc: nil, phone_number: nil, sim_card_id: nil, sim_card_tags: nil, sim_group_id: nil, sim_group_name: nil, uplink_data: nil) ⇒ Object
Some parameter documentations has been truncated, see SimCardUsageDetailRecord for more details.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/detail_record_list_response.rb', line 337
|
.variants ⇒ Array(Telnyx::Models::DetailRecordListResponse::MessageDetailRecord, Telnyx::Models::DetailRecordListResponse::ConferenceDetailRecord, Telnyx::Models::DetailRecordListResponse::ConferenceParticipantDetailRecord, Telnyx::Models::DetailRecordListResponse::AmdDetailRecord, Telnyx::Models::DetailRecordListResponse::VerifyDetailRecord, Telnyx::Models::DetailRecordListResponse::SimCardUsageDetailRecord, Telnyx::Models::DetailRecordListResponse::MediaStorageDetailRecord)
|
|
# File 'lib/telnyx/models/detail_record_list_response.rb', line 1183
|
Instance Method Details
#initialize(record_type:, id: nil, closed_at: nil, created_at: nil, currency: nil, data_cost: nil, data_rate: nil, data_unit: nil, downlink_data: nil, imsi: nil, ip_address: nil, mcc: nil, mnc: nil, phone_number: nil, sim_card_id: nil, sim_card_tags: nil, sim_group_id: nil, sim_group_name: nil, uplink_data: nil) ⇒ Object
Some parameter documentations has been truncated, see SimCardUsageDetailRecord for more details.
|
|
# File 'lib/telnyx/models/detail_record_list_response.rb', line 432
|