Class: Telnyx::Models::ReportListWdrsParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::ReportListWdrsParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/report_list_wdrs_params.rb
Overview
Instance Attribute Summary collapse
-
#end_date ⇒ String?
End date.
-
#id ⇒ String?
WDR uuid.
-
#imsi ⇒ String?
International mobile subscriber identity.
-
#mcc ⇒ String?
Mobile country code.
-
#mnc ⇒ String?
Mobile network code.
- #page_number ⇒ Integer?
- #page_size ⇒ Integer?
-
#phone_number ⇒ String?
Phone number.
-
#sim_card_id ⇒ String?
Sim card unique identifier.
-
#sim_group_id ⇒ String?
Sim group unique identifier.
-
#sim_group_name ⇒ String?
Sim group name.
-
#sort ⇒ Array<String>?
Field used to order the data.
-
#start_date ⇒ String?
Start date.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(id: nil, end_date: nil, imsi: nil, mcc: nil, mnc: nil, page_number: nil, page_size: nil, phone_number: nil, sim_card_id: nil, sim_group_id: nil, sim_group_name: nil, sort: nil, start_date: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see ReportListWdrsParams 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(id: nil, end_date: nil, imsi: nil, mcc: nil, mnc: nil, page_number: nil, page_size: nil, phone_number: nil, sim_card_id: nil, sim_group_id: nil, sim_group_name: nil, sort: nil, start_date: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::ReportListWdrsParams for more details.
|
|
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 87
|
Instance Attribute Details
#end_date ⇒ String?
End date
20 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 20 optional :end_date, String |
#id ⇒ String?
WDR uuid
14 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 14 optional :id, String |
#imsi ⇒ String?
International mobile subscriber identity
26 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 26 optional :imsi, String |
#mcc ⇒ String?
Mobile country code
32 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 32 optional :mcc, String |
#mnc ⇒ String?
Mobile network code
38 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 38 optional :mnc, String |
#page_number ⇒ Integer?
43 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 43 optional :page_number, Integer |
#page_size ⇒ Integer?
48 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 48 optional :page_size, Integer |
#phone_number ⇒ String?
Phone number
54 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 54 optional :phone_number, String |
#sim_card_id ⇒ String?
Sim card unique identifier
60 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 60 optional :sim_card_id, String |
#sim_group_id ⇒ String?
Sim group unique identifier
66 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 66 optional :sim_group_id, String |
#sim_group_name ⇒ String?
Sim group name
72 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 72 optional :sim_group_name, String |
#sort ⇒ Array<String>?
Field used to order the data. If no field is specified, default value is ‘created_at’
79 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 79 optional :sort, Telnyx::Internal::Type::ArrayOf[String] |
#start_date ⇒ String?
Start date
85 |
# File 'lib/telnyx/models/report_list_wdrs_params.rb', line 85 optional :start_date, String |