sdksio-verizon-apis-sdk 1.5.1 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +2 -4
- data/README.md +31 -110
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/api_helper.rb +2 -2
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/client.rb +84 -0
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/configuration.rb +116 -0
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/controllers/base_controller.rb +2 -2
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/controllers/exclusions_controller.rb +33 -0
- data/lib/{verizon/controllers/oauth_authorization_controller.rb → verizon_thing_space_quality_of_service_api_endpoints/controllers/o_auth_authorization_controller.rb} +8 -9
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/controllers/thing_space_quality_of_service_api_actions_controller.rb +10 -12
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/exceptions/api_exception.rb +2 -2
- data/lib/{verizon/exceptions/m_5g_bi_rest_error_response_exception.rb → verizon_thing_space_quality_of_service_api_endpoints/exceptions/default_exception.rb} +4 -4
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/exceptions/device_location_result_exception.rb +2 -2
- data/lib/{verizon/exceptions/oauth_provider_exception.rb → verizon_thing_space_quality_of_service_api_endpoints/exceptions/o_auth_provider_exception.rb} +4 -4
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/http/auth/thingspace_oauth.rb +134 -0
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/http/auth/vz_m2m_session_token.rb +42 -0
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/http/http_call_back.rb +2 -2
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/http/http_method_enum.rb +2 -2
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/http/http_request.rb +2 -2
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/http/http_response.rb +2 -2
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/models/account_consent_create.rb +4 -13
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/models/base_model.rb +2 -2
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/models/consent_transaction_id.rb +4 -4
- data/lib/{verizon/models/esim_device_id.rb → verizon_thing_space_quality_of_service_api_endpoints/models/device_id.rb} +10 -8
- data/lib/{verizon/models/qos_device_info.rb → verizon_thing_space_quality_of_service_api_endpoints/models/device_info.rb} +21 -18
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/models/flow_info.rb +8 -7
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/models/m201success.rb +2 -2
- data/lib/{verizon/models/oauth_provider_error_enum.rb → verizon_thing_space_quality_of_service_api_endpoints/models/o_auth_provider_error_enum.rb} +5 -5
- data/lib/{verizon/models/oauth_token.rb → verizon_thing_space_quality_of_service_api_endpoints/models/o_auth_token.rb} +4 -4
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/models/subscribe_request.rb +15 -12
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/utilities/date_time_helper.rb +2 -2
- data/lib/{verizon → verizon_thing_space_quality_of_service_api_endpoints}/utilities/file_wrapper.rb +2 -2
- data/lib/verizon_thing_space_quality_of_service_api_endpoints.rb +83 -0
- data/test/controllers/controller_test_base.rb +29 -0
- data/test/controllers/test_exclusions_controller.rb +34 -0
- data/test/controllers/test_thing_space_quality_of_service_api_actions_controller.rb +37 -0
- data/test/http_response_catcher.rb +19 -0
- metadata +64 -645
- data/lib/verizon/client.rb +0 -505
- data/lib/verizon/configuration.rb +0 -150
- data/lib/verizon/controllers/account_devices_controller.rb +0 -68
- data/lib/verizon/controllers/account_requests_controller.rb +0 -37
- data/lib/verizon/controllers/account_subscriptions_controller.rb +0 -56
- data/lib/verizon/controllers/accounts_controller.rb +0 -82
- data/lib/verizon/controllers/anomaly_settings_controller.rb +0 -80
- data/lib/verizon/controllers/anomaly_triggers_controller.rb +0 -195
- data/lib/verizon/controllers/anomaly_triggers_v2_controller.rb +0 -80
- data/lib/verizon/controllers/billing_controller.rb +0 -111
- data/lib/verizon/controllers/campaigns_v2_controller.rb +0 -218
- data/lib/verizon/controllers/campaigns_v3_controller.rb +0 -162
- data/lib/verizon/controllers/client_logging_controller.rb +0 -162
- data/lib/verizon/controllers/cloud_connector_devices_controller.rb +0 -144
- data/lib/verizon/controllers/cloud_connector_subscriptions_controller.rb +0 -73
- data/lib/verizon/controllers/configuration_files_controller.rb +0 -80
- data/lib/verizon/controllers/connectivity_callbacks_controller.rb +0 -89
- data/lib/verizon/controllers/device_actions_controller.rb +0 -177
- data/lib/verizon/controllers/device_diagnostics_controller.rb +0 -58
- data/lib/verizon/controllers/device_groups_controller.rb +0 -150
- data/lib/verizon/controllers/device_location_callbacks_controller.rb +0 -113
- data/lib/verizon/controllers/device_management_controller.rb +0 -743
- data/lib/verizon/controllers/device_monitoring_controller.rb +0 -56
- data/lib/verizon/controllers/device_profile_management_controller.rb +0 -104
- data/lib/verizon/controllers/device_reports_controller.rb +0 -131
- data/lib/verizon/controllers/device_service_management_controller.rb +0 -89
- data/lib/verizon/controllers/device_sms_messaging_controller.rb +0 -108
- data/lib/verizon/controllers/devices_location_subscriptions_controller.rb +0 -57
- data/lib/verizon/controllers/devices_locations_controller.rb +0 -173
- data/lib/verizon/controllers/diagnostics_callbacks_controller.rb +0 -83
- data/lib/verizon/controllers/diagnostics_factory_reset_controller.rb +0 -34
- data/lib/verizon/controllers/diagnostics_history_controller.rb +0 -34
- data/lib/verizon/controllers/diagnostics_observations_controller.rb +0 -59
- data/lib/verizon/controllers/diagnostics_settings_controller.rb +0 -35
- data/lib/verizon/controllers/diagnostics_subscriptions_controller.rb +0 -30
- data/lib/verizon/controllers/euicc_device_profile_management_controller.rb +0 -130
- data/lib/verizon/controllers/exclusions_controller.rb +0 -164
- data/lib/verizon/controllers/firmware_v1_controller.rb +0 -150
- data/lib/verizon/controllers/firmware_v3_controller.rb +0 -90
- data/lib/verizon/controllers/fixed_wireless_qualification_controller.rb +0 -34
- data/lib/verizon/controllers/global_reporting_controller.rb +0 -92
- data/lib/verizon/controllers/hyper_precise_location_callbacks_controller.rb +0 -133
- data/lib/verizon/controllers/m_5g_bi_device_actions_controller.rb +0 -88
- data/lib/verizon/controllers/m_5g_edge_platforms_controller.rb +0 -87
- data/lib/verizon/controllers/m_v2_triggers_controller.rb +0 -61
- data/lib/verizon/controllers/managing_esim_profiles_controller.rb +0 -248
- data/lib/verizon/controllers/performance_metrics_controller.rb +0 -49
- data/lib/verizon/controllers/promotion_period_information_controller.rb +0 -58
- data/lib/verizon/controllers/pwn_controller.rb +0 -149
- data/lib/verizon/controllers/retrieve_the_triggers_controller.rb +0 -93
- data/lib/verizon/controllers/server_logging_controller.rb +0 -37
- data/lib/verizon/controllers/service_endpoints_controller.rb +0 -223
- data/lib/verizon/controllers/service_plans_controller.rb +0 -35
- data/lib/verizon/controllers/service_profiles_controller.rb +0 -164
- data/lib/verizon/controllers/session_management_controller.rb +0 -78
- data/lib/verizon/controllers/sim_actions_controller.rb +0 -136
- data/lib/verizon/controllers/sim_secure_for_io_t_licenses_controller.rb +0 -94
- data/lib/verizon/controllers/sms_controller.rb +0 -88
- data/lib/verizon/controllers/software_management_callbacks_v1_controller.rb +0 -93
- data/lib/verizon/controllers/software_management_callbacks_v2_controller.rb +0 -109
- data/lib/verizon/controllers/software_management_callbacks_v3_controller.rb +0 -109
- data/lib/verizon/controllers/software_management_licenses_v1_controller.rb +0 -162
- data/lib/verizon/controllers/software_management_licenses_v2_controller.rb +0 -177
- data/lib/verizon/controllers/software_management_licenses_v3_controller.rb +0 -89
- data/lib/verizon/controllers/software_management_reports_v1_controller.rb +0 -105
- data/lib/verizon/controllers/software_management_reports_v2_controller.rb +0 -159
- data/lib/verizon/controllers/software_management_reports_v3_controller.rb +0 -98
- data/lib/verizon/controllers/software_management_subscriptions_v1_controller.rb +0 -64
- data/lib/verizon/controllers/software_management_subscriptions_v2_controller.rb +0 -31
- data/lib/verizon/controllers/software_management_subscriptions_v3_controller.rb +0 -31
- data/lib/verizon/controllers/targets_controller.rb +0 -123
- data/lib/verizon/controllers/update_triggers_controller.rb +0 -32
- data/lib/verizon/controllers/usage_trigger_management_controller.rb +0 -89
- data/lib/verizon/controllers/wireless_network_performance_controller.rb +0 -133
- data/lib/verizon/exceptions/connectivity_management_result_exception.rb +0 -37
- data/lib/verizon/exceptions/default_response_exception.rb +0 -37
- data/lib/verizon/exceptions/device_diagnostics_result_exception.rb +0 -39
- data/lib/verizon/exceptions/edge_discovery_result_exception.rb +0 -43
- data/lib/verizon/exceptions/edge_performance_result_exception.rb +0 -37
- data/lib/verizon/exceptions/esim_rest_error_response_exception.rb +0 -37
- data/lib/verizon/exceptions/fota_v1_result_exception.rb +0 -37
- data/lib/verizon/exceptions/fota_v2_result_exception.rb +0 -37
- data/lib/verizon/exceptions/fota_v3_result_exception.rb +0 -37
- data/lib/verizon/exceptions/gio_rest_error_response_exception.rb +0 -37
- data/lib/verizon/exceptions/hyper_precise_location_result_exception.rb +0 -42
- data/lib/verizon/exceptions/intelligence_result_exception.rb +0 -37
- data/lib/verizon/exceptions/ready_sim_rest_error_response_exception.rb +0 -37
- data/lib/verizon/exceptions/rest_error_response_exception.rb +0 -37
- data/lib/verizon/exceptions/rules_engine_rest_error_response_exception.rb +0 -42
- data/lib/verizon/exceptions/security_result_exception.rb +0 -42
- data/lib/verizon/exceptions/wnp_rest_error_response_exception.rb +0 -37
- data/lib/verizon/http/api_response.rb +0 -21
- data/lib/verizon/http/auth/thingspace_oauth.rb +0 -140
- data/lib/verizon/http/auth/vz_m2m_token.rb +0 -42
- data/lib/verizon/models/a_request_body_for_usage.rb +0 -94
- data/lib/verizon/models/acceleration.rb +0 -68
- data/lib/verizon/models/account.rb +0 -138
- data/lib/verizon/models/account_consent_update.rb +0 -60
- data/lib/verizon/models/account_details.rb +0 -141
- data/lib/verizon/models/account_device_list.rb +0 -68
- data/lib/verizon/models/account_device_list_filter.rb +0 -58
- data/lib/verizon/models/account_device_list_request.rb +0 -157
- data/lib/verizon/models/account_device_list_result.rb +0 -70
- data/lib/verizon/models/account_group_share.rb +0 -55
- data/lib/verizon/models/account_group_share_individual.rb +0 -69
- data/lib/verizon/models/account_identifier.rb +0 -52
- data/lib/verizon/models/account_labels.rb +0 -76
- data/lib/verizon/models/account_lead.rb +0 -70
- data/lib/verizon/models/account_leads_result.rb +0 -68
- data/lib/verizon/models/account_license_device_list_item.rb +0 -69
- data/lib/verizon/models/account_license_info.rb +0 -110
- data/lib/verizon/models/account_service.rb +0 -77
- data/lib/verizon/models/account_states_and_services.rb +0 -58
- data/lib/verizon/models/accuracy_mode_enum.rb +0 -20
- data/lib/verizon/models/action_account_group_share.rb +0 -50
- data/lib/verizon/models/activate.rb +0 -48
- data/lib/verizon/models/activate_device_profile_request.rb +0 -85
- data/lib/verizon/models/active_anomaly_indicator.rb +0 -51
- data/lib/verizon/models/active_trigger_indicator.rb +0 -51
- data/lib/verizon/models/add_devices_request.rb +0 -127
- data/lib/verizon/models/add_devices_result.rb +0 -69
- data/lib/verizon/models/address.rb +0 -130
- data/lib/verizon/models/address_item.rb +0 -105
- data/lib/verizon/models/addressquery.rb +0 -59
- data/lib/verizon/models/aggregate_session_report.rb +0 -90
- data/lib/verizon/models/aggregate_session_report_request.rb +0 -124
- data/lib/verizon/models/aggregate_usage.rb +0 -79
- data/lib/verizon/models/aggregate_usage_error.rb +0 -69
- data/lib/verizon/models/aggregate_usage_item.rb +0 -73
- data/lib/verizon/models/aggregated_report_callback_result.rb +0 -62
- data/lib/verizon/models/aggregated_report_callback_status_enum.rb +0 -24
- data/lib/verizon/models/anomaly_detection_request.rb +0 -72
- data/lib/verizon/models/anomaly_detection_settings.rb +0 -74
- data/lib/verizon/models/anomaly_detection_trigger.rb +0 -50
- data/lib/verizon/models/anomaly_trigger_request.rb +0 -107
- data/lib/verizon/models/anomaly_trigger_result.rb +0 -59
- data/lib/verizon/models/anomaly_trigger_value.rb +0 -120
- data/lib/verizon/models/api_response_code.rb +0 -56
- data/lib/verizon/models/assign_license_request.rb +0 -86
- data/lib/verizon/models/associate_label_request.rb +0 -57
- data/lib/verizon/models/asynchronous_location_request_result.rb +0 -69
- data/lib/verizon/models/asynchronous_request_result.rb +0 -59
- data/lib/verizon/models/attribute_identifier_enum.rb +0 -32
- data/lib/verizon/models/attribute_setting.rb +0 -106
- data/lib/verizon/models/bill_usage_request.rb +0 -76
- data/lib/verizon/models/billable_usage_report.rb +0 -121
- data/lib/verizon/models/billedusage_list_request.rb +0 -87
- data/lib/verizon/models/billing_cycle.rb +0 -59
- data/lib/verizon/models/bullseye_service_request.rb +0 -65
- data/lib/verizon/models/bullseye_service_result.rb +0 -79
- data/lib/verizon/models/cache_mode_enum.rb +0 -26
- data/lib/verizon/models/callback_action_result.rb +0 -59
- data/lib/verizon/models/callback_created.rb +0 -68
- data/lib/verizon/models/callback_registered.rb +0 -57
- data/lib/verizon/models/callback_registration_request.rb +0 -78
- data/lib/verizon/models/callback_registration_result.rb +0 -59
- data/lib/verizon/models/callback_service_enum.rb +0 -20
- data/lib/verizon/models/callback_service_name_enum.rb +0 -23
- data/lib/verizon/models/callback_summary.rb +0 -50
- data/lib/verizon/models/campaign.rb +0 -190
- data/lib/verizon/models/campaign_firmware_upgrade.rb +0 -151
- data/lib/verizon/models/campaign_meta_info_protocol_enum.rb +0 -23
- data/lib/verizon/models/campaign_software.rb +0 -205
- data/lib/verizon/models/campaign_software_upgrade.rb +0 -172
- data/lib/verizon/models/campaign_status_enum.rb +0 -41
- data/lib/verizon/models/carrier.rb +0 -50
- data/lib/verizon/models/carrier_actions_request.rb +0 -119
- data/lib/verizon/models/carrier_activate_request.rb +0 -200
- data/lib/verizon/models/carrier_deactivate_request.rb +0 -142
- data/lib/verizon/models/carrier_information.rb +0 -70
- data/lib/verizon/models/carrier_service_plan.rb +0 -83
- data/lib/verizon/models/change_configuration_request.rb +0 -73
- data/lib/verizon/models/change_configuration_response.rb +0 -155
- data/lib/verizon/models/change_device_id_request.rb +0 -150
- data/lib/verizon/models/change_plan.rb +0 -68
- data/lib/verizon/models/change_pwn_device_ipaddress_request.rb +0 -65
- data/lib/verizon/models/change_pwn_device_ipaddress_response.rb +0 -51
- data/lib/verizon/models/change_pwn_device_profile_request.rb +0 -73
- data/lib/verizon/models/change_pwn_device_profile_response.rb +0 -51
- data/lib/verizon/models/change_pwn_device_state_activate_request.rb +0 -73
- data/lib/verizon/models/change_pwn_device_state_deactivate_request.rb +0 -65
- data/lib/verizon/models/change_pwn_device_state_response.rb +0 -51
- data/lib/verizon/models/check_in_history_item.rb +0 -88
- data/lib/verizon/models/check_order_status_request.rb +0 -78
- data/lib/verizon/models/client_type_enum.rb +0 -44
- data/lib/verizon/models/compute_resources_type.rb +0 -68
- data/lib/verizon/models/condition.rb +0 -59
- data/lib/verizon/models/condition_account_group_share.rb +0 -50
- data/lib/verizon/models/configuration.rb +0 -50
- data/lib/verizon/models/connection_event.rb +0 -90
- data/lib/verizon/models/connection_history_result.rb +0 -73
- data/lib/verizon/models/connectivity_management_callback.rb +0 -92
- data/lib/verizon/models/connectivity_management_success_result.rb +0 -51
- data/lib/verizon/models/consent_delete_request.rb +0 -59
- data/lib/verizon/models/consent_request.rb +0 -77
- data/lib/verizon/models/contact_info_update_request.rb +0 -87
- data/lib/verizon/models/coordinates.rb +0 -59
- data/lib/verizon/models/create_device_group_request.rb +0 -89
- data/lib/verizon/models/create_io_t_application_request.rb +0 -130
- data/lib/verizon/models/create_io_t_application_response.rb +0 -72
- data/lib/verizon/models/create_service_profile_result.rb +0 -52
- data/lib/verizon/models/create_subscription_request.rb +0 -148
- data/lib/verizon/models/create_target_request.rb +0 -162
- data/lib/verizon/models/create_target_request_fields.rb +0 -59
- data/lib/verizon/models/create_trigger_request.rb +0 -130
- data/lib/verizon/models/create_trigger_request_options.rb +0 -102
- data/lib/verizon/models/create_trigger_v2_request.rb +0 -110
- data/lib/verizon/models/custom_fields.rb +0 -56
- data/lib/verizon/models/custom_fields_update_request.rb +0 -130
- data/lib/verizon/models/customer_name.rb +0 -85
- data/lib/verizon/models/customernamequery.rb +0 -59
- data/lib/verizon/models/cycle_type_enum.rb +0 -23
- data/lib/verizon/models/daily_usage.rb +0 -68
- data/lib/verizon/models/daily_usage_history.rb +0 -106
- data/lib/verizon/models/daily_usage_item.rb +0 -68
- data/lib/verizon/models/daily_usage_response.rb +0 -80
- data/lib/verizon/models/data_percentage100_trigger_attribute.rb +0 -60
- data/lib/verizon/models/data_percentage50_trigger_attribute.rb +0 -60
- data/lib/verizon/models/data_percentage75_trigger_attribute.rb +0 -60
- data/lib/verizon/models/data_percentage90_trigger_attribute.rb +0 -60
- data/lib/verizon/models/data_trigger_request.rb +0 -68
- data/lib/verizon/models/date_filter.rb +0 -56
- data/lib/verizon/models/deactivate_device_list.rb +0 -59
- data/lib/verizon/models/deactivate_device_profile_request.rb +0 -104
- data/lib/verizon/models/delete_devices_request.rb +0 -69
- data/lib/verizon/models/delete_devices_result.rb +0 -71
- data/lib/verizon/models/delete_service_profile_result.rb +0 -59
- data/lib/verizon/models/delete_subscription_request.rb +0 -63
- data/lib/verizon/models/delete_target_request.rb +0 -63
- data/lib/verizon/models/deregister_service_endpoint_result.rb +0 -60
- data/lib/verizon/models/device.rb +0 -56
- data/lib/verizon/models/device_activation_request.rb +0 -66
- data/lib/verizon/models/device_aggregate_usage_list_request.rb +0 -117
- data/lib/verizon/models/device_connection_list_request.rb +0 -65
- data/lib/verizon/models/device_cost_center_request.rb +0 -149
- data/lib/verizon/models/device_diagnostics_callback.rb +0 -92
- data/lib/verizon/models/device_extended_diagnostics_request.rb +0 -67
- data/lib/verizon/models/device_extended_diagnostics_result.rb +0 -61
- data/lib/verizon/models/device_filter.rb +0 -89
- data/lib/verizon/models/device_filter_without_account.rb +0 -78
- data/lib/verizon/models/device_firmware_list.rb +0 -70
- data/lib/verizon/models/device_firmware_upgrade.rb +0 -129
- data/lib/verizon/models/device_firmware_version.rb +0 -98
- data/lib/verizon/models/device_firmware_version_update_result.rb +0 -56
- data/lib/verizon/models/device_group.rb +0 -88
- data/lib/verizon/models/device_group_devices_data.rb +0 -88
- data/lib/verizon/models/device_group_update_request.rb +0 -103
- data/lib/verizon/models/device_id.rb +0 -58
- data/lib/verizon/models/device_id2.rb +0 -59
- data/lib/verizon/models/device_id_search.rb +0 -78
- data/lib/verizon/models/device_idarray.rb +0 -59
- data/lib/verizon/models/device_identifier.rb +0 -66
- data/lib/verizon/models/device_imei.rb +0 -48
- data/lib/verizon/models/device_info.rb +0 -65
- data/lib/verizon/models/device_labels.rb +0 -56
- data/lib/verizon/models/device_list.rb +0 -59
- data/lib/verizon/models/device_list2.rb +0 -59
- data/lib/verizon/models/device_list_ip.rb +0 -65
- data/lib/verizon/models/device_list_query_item.rb +0 -118
- data/lib/verizon/models/device_list_query_result.rb +0 -89
- data/lib/verizon/models/device_list_result.rb +0 -73
- data/lib/verizon/models/device_list_with_service_address.rb +0 -69
- data/lib/verizon/models/device_list_with_service_address1.rb +0 -69
- data/lib/verizon/models/device_location_callback.rb +0 -56
- data/lib/verizon/models/device_location_subscription.rb +0 -78
- data/lib/verizon/models/device_location_success_result.rb +0 -50
- data/lib/verizon/models/device_log.rb +0 -100
- data/lib/verizon/models/device_logging_request.rb +0 -48
- data/lib/verizon/models/device_logging_status.rb +0 -56
- data/lib/verizon/models/device_management_result.rb +0 -52
- data/lib/verizon/models/device_mismatch_list_request.rb +0 -90
- data/lib/verizon/models/device_mismatch_list_result.rb +0 -61
- data/lib/verizon/models/device_prl_list_request.rb +0 -116
- data/lib/verizon/models/device_profile_request.rb +0 -77
- data/lib/verizon/models/device_propertylocation.rb +0 -59
- data/lib/verizon/models/device_provisioning_history_list_request.rb +0 -65
- data/lib/verizon/models/device_provisioning_history_list_result.rb +0 -71
- data/lib/verizon/models/device_reset_request.rb +0 -78
- data/lib/verizon/models/device_service_information.rb +0 -68
- data/lib/verizon/models/device_service_request.rb +0 -57
- data/lib/verizon/models/device_software_upgrade.rb +0 -100
- data/lib/verizon/models/device_suspension_status_request.rb +0 -78
- data/lib/verizon/models/device_upgrade_history.rb +0 -125
- data/lib/verizon/models/device_upload_request.rb +0 -90
- data/lib/verizon/models/device_usage_list_request.rb +0 -76
- data/lib/verizon/models/device_usage_list_result.rb +0 -70
- data/lib/verizon/models/devices_consent_result.rb +0 -96
- data/lib/verizon/models/devices_protocol_enum.rb +0 -26
- data/lib/verizon/models/diagnostic_observation_setting.rb +0 -79
- data/lib/verizon/models/diagnostics_category.rb +0 -70
- data/lib/verizon/models/diagnostics_observation_result.rb +0 -71
- data/lib/verizon/models/diagnostics_subscription.rb +0 -103
- data/lib/verizon/models/download_time_window.rb +0 -59
- data/lib/verizon/models/edge_discovery_result_data.rb +0 -52
- data/lib/verizon/models/enable_promo_exp.rb +0 -51
- data/lib/verizon/models/enable_promo_exp1.rb +0 -59
- data/lib/verizon/models/engagement.rb +0 -77
- data/lib/verizon/models/error_response_code_enum.rb +0 -29
- data/lib/verizon/models/esim_device_list.rb +0 -59
- data/lib/verizon/models/esim_global_device_list.rb +0 -103
- data/lib/verizon/models/esim_profile_request.rb +0 -96
- data/lib/verizon/models/esim_profile_request2.rb +0 -87
- data/lib/verizon/models/esim_provhistory_request.rb +0 -104
- data/lib/verizon/models/esim_request_response.rb +0 -50
- data/lib/verizon/models/extended_attribute.rb +0 -60
- data/lib/verizon/models/extended_attributes.rb +0 -59
- data/lib/verizon/models/fall_back.rb +0 -69
- data/lib/verizon/models/feature.rb +0 -52
- data/lib/verizon/models/fields.rb +0 -50
- data/lib/verizon/models/fields1.rb +0 -50
- data/lib/verizon/models/fields2.rb +0 -50
- data/lib/verizon/models/fields_http_headers.rb +0 -50
- data/lib/verizon/models/filter_criteria_account_group_share.rb +0 -51
- data/lib/verizon/models/filtercriteria.rb +0 -59
- data/lib/verizon/models/filtercriteria2.rb +0 -51
- data/lib/verizon/models/find_device_by_property_response.rb +0 -173
- data/lib/verizon/models/find_device_by_property_response_list.rb +0 -60
- data/lib/verizon/models/firmware.rb +0 -125
- data/lib/verizon/models/firmware_campaign.rb +0 -164
- data/lib/verizon/models/firmware_imei.rb +0 -49
- data/lib/verizon/models/firmware_package.rb +0 -113
- data/lib/verizon/models/firmware_protocol_enum.rb +0 -26
- data/lib/verizon/models/firmware_type_list_enum.rb +0 -23
- data/lib/verizon/models/firmware_upgrade.rb +0 -118
- data/lib/verizon/models/firmware_upgrade_change_request.rb +0 -56
- data/lib/verizon/models/firmware_upgrade_change_result.rb +0 -79
- data/lib/verizon/models/firmware_upgrade_device_list_item.rb +0 -71
- data/lib/verizon/models/firmware_upgrade_request.rb +0 -91
- data/lib/verizon/models/fota_v1_callback_registration_request.rb +0 -77
- data/lib/verizon/models/fota_v1_callback_registration_result.rb +0 -61
- data/lib/verizon/models/fota_v1_success_result.rb +0 -50
- data/lib/verizon/models/fota_v2_callback_registration_request.rb +0 -50
- data/lib/verizon/models/fota_v2_callback_registration_result.rb +0 -50
- data/lib/verizon/models/fota_v2_subscription.rb +0 -89
- data/lib/verizon/models/fota_v2_success_result.rb +0 -48
- data/lib/verizon/models/fota_v3_callback_registration_request.rb +0 -50
- data/lib/verizon/models/fota_v3_callback_registration_result.rb +0 -50
- data/lib/verizon/models/fota_v3_callback_summary.rb +0 -50
- data/lib/verizon/models/fota_v3_subscription.rb +0 -89
- data/lib/verizon/models/fota_v3_success_result.rb +0 -48
- data/lib/verizon/models/generate_external_id_request.rb +0 -52
- data/lib/verizon/models/generate_external_id_result.rb +0 -50
- data/lib/verizon/models/get_account_device_consent.rb +0 -71
- data/lib/verizon/models/get_device_experience_score_bulk_request.rb +0 -65
- data/lib/verizon/models/get_device_experience_score_history_request.rb +0 -56
- data/lib/verizon/models/get_device_list_with_profiles_request.rb +0 -102
- data/lib/verizon/models/get_network_conditions_request.rb +0 -64
- data/lib/verizon/models/get_pwn_performance_consent_response.rb +0 -50
- data/lib/verizon/models/get_trigger_response.rb +0 -192
- data/lib/verizon/models/get_trigger_response_list.rb +0 -59
- data/lib/verizon/models/get_wireless_coverage_request.rb +0 -90
- data/lib/verizon/models/get_wireless_coverage_request_fwa.rb +0 -90
- data/lib/verizon/models/gio_deactivate_device_profile_request.rb +0 -96
- data/lib/verizon/models/gio_device_id.rb +0 -56
- data/lib/verizon/models/gio_device_list.rb +0 -59
- data/lib/verizon/models/gio_profile_request.rb +0 -85
- data/lib/verizon/models/gio_request_response.rb +0 -50
- data/lib/verizon/models/gio_sms_message.rb +0 -86
- data/lib/verizon/models/giosms_send_request.rb +0 -131
- data/lib/verizon/models/go_to_state_request.rb +0 -214
- data/lib/verizon/models/gpu.rb +0 -81
- data/lib/verizon/models/group_name.rb +0 -50
- data/lib/verizon/models/history.rb +0 -67
- data/lib/verizon/models/history_attribute_value.rb +0 -77
- data/lib/verizon/models/history_search_filter.rb +0 -67
- data/lib/verizon/models/history_search_filter_attributes.rb +0 -50
- data/lib/verizon/models/history_search_limit_time.rb +0 -69
- data/lib/verizon/models/history_search_request.rb +0 -82
- data/lib/verizon/models/http_status_code_enum.rb +0 -228
- data/lib/verizon/models/hyper_precise_location_callback.rb +0 -60
- data/lib/verizon/models/hyper_precise_location_fault.rb +0 -68
- data/lib/verizon/models/i_error_message.rb +0 -80
- data/lib/verizon/models/id.rb +0 -61
- data/lib/verizon/models/intelligence_success_result.rb +0 -50
- data/lib/verizon/models/ip_pool.rb +0 -69
- data/lib/verizon/models/key_data_percentage50.rb +0 -59
- data/lib/verizon/models/key_service_plan.rb +0 -50
- data/lib/verizon/models/keyschunk2.rb +0 -135
- data/lib/verizon/models/keysms_percentage50.rb +0 -59
- data/lib/verizon/models/kpi_info.rb +0 -116
- data/lib/verizon/models/kpi_info_list.rb +0 -59
- data/lib/verizon/models/kv_pair.rb +0 -59
- data/lib/verizon/models/label.rb +0 -59
- data/lib/verizon/models/labels_list.rb +0 -59
- data/lib/verizon/models/license_device_id.rb +0 -61
- data/lib/verizon/models/license_device_list.rb +0 -68
- data/lib/verizon/models/list_all_service_endpoints_result.rb +0 -59
- data/lib/verizon/models/list_mec_platforms_result.rb +0 -62
- data/lib/verizon/models/list_optimal_service_endpoints_result.rb +0 -59
- data/lib/verizon/models/list_regions_result.rb +0 -61
- data/lib/verizon/models/list_service_profiles_result.rb +0 -60
- data/lib/verizon/models/location.rb +0 -68
- data/lib/verizon/models/location_report.rb +0 -99
- data/lib/verizon/models/location_report_status.rb +0 -59
- data/lib/verizon/models/location_request.rb +0 -86
- data/lib/verizon/models/locations.rb +0 -59
- data/lib/verizon/models/locationscoord.rb +0 -57
- data/lib/verizon/models/log_in_request.rb +0 -57
- data/lib/verizon/models/log_in_result.rb +0 -52
- data/lib/verizon/models/log_out_request.rb +0 -50
- data/lib/verizon/models/m_5g_bi_address.rb +0 -115
- data/lib/verizon/models/m_5g_bi_carrier_information.rb +0 -50
- data/lib/verizon/models/m_5g_bi_customer_name.rb +0 -87
- data/lib/verizon/models/m_5g_bi_request_response.rb +0 -50
- data/lib/verizon/models/m_5g_biaccount_nameobject.rb +0 -202
- data/lib/verizon/models/m_5g_biactivate_request.rb +0 -112
- data/lib/verizon/models/m_5g_biaddress_andcustomerinfo.rb +0 -51
- data/lib/verizon/models/m_5g_biaddress_andcustomerinfo2.rb +0 -51
- data/lib/verizon/models/m_5g_biattribute1.rb +0 -50
- data/lib/verizon/models/m_5g_biattribute2.rb +0 -59
- data/lib/verizon/models/m_5g_bichange_request.rb +0 -93
- data/lib/verizon/models/m_5g_bidevice_detailsresponse.rb +0 -68
- data/lib/verizon/models/m_5g_bidevice_id.rb +0 -50
- data/lib/verizon/models/m_5g_bidevice_id1.rb +0 -59
- data/lib/verizon/models/m_5g_bidevice_idarray.rb +0 -59
- data/lib/verizon/models/m_5g_bikey_value1.rb +0 -59
- data/lib/verizon/models/m_5g_biprimary_placeofuse.rb +0 -59
- data/lib/verizon/models/managed_acc_added_list.rb +0 -59
- data/lib/verizon/models/managed_acc_provisioned_list.rb +0 -59
- data/lib/verizon/models/managed_account_cancel_request.rb +0 -82
- data/lib/verizon/models/managed_account_cancel_response.rb +0 -90
- data/lib/verizon/models/managed_accounts_add_request.rb +0 -74
- data/lib/verizon/models/managed_accounts_add_response.rb +0 -68
- data/lib/verizon/models/managed_accounts_get_all_response.rb +0 -90
- data/lib/verizon/models/managed_accounts_provision_request.rb +0 -82
- data/lib/verizon/models/managed_accounts_provision_response.rb +0 -97
- data/lib/verizon/models/mec_performance_metrics.rb +0 -88
- data/lib/verizon/models/mec_performance_query_result.rb +0 -59
- data/lib/verizon/models/mec_platform_resource.rb +0 -92
- data/lib/verizon/models/mec_platform_status_enum.rb +0 -26
- data/lib/verizon/models/mec_platforms_additional_support_info.rb +0 -59
- data/lib/verizon/models/mec_platforms_additional_support_info_data.rb +0 -51
- data/lib/verizon/models/mismatched_device.rb +0 -108
- data/lib/verizon/models/move_device_request.rb +0 -133
- data/lib/verizon/models/network_resources_type.rb +0 -96
- data/lib/verizon/models/network_type.rb +0 -50
- data/lib/verizon/models/no_of_days_b4_promo_exp.rb +0 -59
- data/lib/verizon/models/notification.rb +0 -171
- data/lib/verizon/models/notification_group_name_trigger_attribute.rb +0 -50
- data/lib/verizon/models/notification_report_request.rb +0 -83
- data/lib/verizon/models/notification_report_status_request.rb +0 -76
- data/lib/verizon/models/numerical_data.rb +0 -59
- data/lib/verizon/models/numerical_data_unit_enum.rb +0 -29
- data/lib/verizon/models/oauth_scope_thingspace_oauth_enum.rb +0 -63
- data/lib/verizon/models/observation_request.rb +0 -104
- data/lib/verizon/models/observation_request_attribute.rb +0 -50
- data/lib/verizon/models/place_of_use.rb +0 -62
- data/lib/verizon/models/position_data.rb +0 -96
- data/lib/verizon/models/position_error.rb +0 -77
- data/lib/verizon/models/price_plan_trigger.rb +0 -51
- data/lib/verizon/models/primary_place_of_use.rb +0 -77
- data/lib/verizon/models/profile_change_state_request.rb +0 -73
- data/lib/verizon/models/profile_request.rb +0 -133
- data/lib/verizon/models/profile_request2.rb +0 -106
- data/lib/verizon/models/profile_status_filter_enum.rb +0 -38
- data/lib/verizon/models/promo_alert.rb +0 -88
- data/lib/verizon/models/promo_alert1.rb +0 -80
- data/lib/verizon/models/promo_alert_trigger_request.rb +0 -114
- data/lib/verizon/models/property_device_id.rb +0 -61
- data/lib/verizon/models/provhistory_request.rb +0 -104
- data/lib/verizon/models/provisioning_history.rb +0 -125
- data/lib/verizon/models/provisioning_status_filter_enum.rb +0 -62
- data/lib/verizon/models/pwn_device_id.rb +0 -56
- data/lib/verizon/models/pwn_device_list.rb +0 -57
- data/lib/verizon/models/pwn_profile.rb +0 -59
- data/lib/verizon/models/pwn_profile_list.rb +0 -59
- data/lib/verizon/models/qos_device_id.rb +0 -59
- data/lib/verizon/models/query_mec_performance_metrics_request.rb +0 -56
- data/lib/verizon/models/query_subscription_request.rb +0 -77
- data/lib/verizon/models/query_target_request.rb +0 -77
- data/lib/verizon/models/ready_sim_device_id.rb +0 -59
- data/lib/verizon/models/ready_sim_service_plan.rb +0 -50
- data/lib/verizon/models/region.rb +0 -97
- data/lib/verizon/models/register_callback_request.rb +0 -77
- data/lib/verizon/models/register_service_endpoint_result.rb +0 -53
- data/lib/verizon/models/registered_callbacks.rb +0 -89
- data/lib/verizon/models/remove_device_request.rb +0 -60
- data/lib/verizon/models/report_status_enum.rb +0 -26
- data/lib/verizon/models/request_body_for_usage.rb +0 -104
- data/lib/verizon/models/request_response.rb +0 -50
- data/lib/verizon/models/request_status_enum.rb +0 -26
- data/lib/verizon/models/request_trigger.rb +0 -108
- data/lib/verizon/models/resource_identifier.rb +0 -60
- data/lib/verizon/models/resources_edge_hosted_service.rb +0 -94
- data/lib/verizon/models/resources_edge_hosted_service_with_profile_id.rb +0 -104
- data/lib/verizon/models/resources_service_endpoint.rb +0 -87
- data/lib/verizon/models/resources_service_profile.rb +0 -116
- data/lib/verizon/models/resources_service_profile_with_id.rb +0 -125
- data/lib/verizon/models/response_code_enum.rb +0 -29
- data/lib/verizon/models/response_to_usage_query.rb +0 -77
- data/lib/verizon/models/retrieve_monitors_request.rb +0 -76
- data/lib/verizon/models/retrieves_available_files_response.rb +0 -119
- data/lib/verizon/models/retrieves_available_files_response_list.rb +0 -59
- data/lib/verizon/models/schedules_software_upgrade_request.rb +0 -180
- data/lib/verizon/models/search_device_by_property_fields.rb +0 -117
- data/lib/verizon/models/search_device_by_property_response.rb +0 -182
- data/lib/verizon/models/search_device_by_property_response_list.rb +0 -59
- data/lib/verizon/models/search_device_event_history_request.rb +0 -93
- data/lib/verizon/models/search_device_event_history_response_list.rb +0 -62
- data/lib/verizon/models/search_device_response.rb +0 -164
- data/lib/verizon/models/search_sensor_history_request.rb +0 -80
- data/lib/verizon/models/search_sensor_history_response_list.rb +0 -59
- data/lib/verizon/models/security_subscription.rb +0 -111
- data/lib/verizon/models/security_subscription_request.rb +0 -66
- data/lib/verizon/models/security_subscription_result.rb +0 -69
- data/lib/verizon/models/security_success_result.rb +0 -54
- data/lib/verizon/models/sensitivity_parameters.rb +0 -84
- data/lib/verizon/models/service_name_enum.rb +0 -23
- data/lib/verizon/models/service_plan.rb +0 -100
- data/lib/verizon/models/service_plan_trigger_attribute.rb +0 -50
- data/lib/verizon/models/service_plan_update_request.rb +0 -150
- data/lib/verizon/models/service_usage.rb +0 -60
- data/lib/verizon/models/session_report.rb +0 -81
- data/lib/verizon/models/session_report_request.rb +0 -101
- data/lib/verizon/models/session_reset_password_request.rb +0 -48
- data/lib/verizon/models/session_reset_password_result.rb +0 -50
- data/lib/verizon/models/session_trigger_request.rb +0 -59
- data/lib/verizon/models/set_fallback_attribute_request.rb +0 -75
- data/lib/verizon/models/share_plan.rb +0 -72
- data/lib/verizon/models/sms_event_history_request.rb +0 -84
- data/lib/verizon/models/sms_message.rb +0 -78
- data/lib/verizon/models/sms_messages_query_result.rb +0 -71
- data/lib/verizon/models/sms_messages_response.rb +0 -68
- data/lib/verizon/models/sms_number.rb +0 -59
- data/lib/verizon/models/sms_numbers.rb +0 -59
- data/lib/verizon/models/sms_options_send_request.rb +0 -59
- data/lib/verizon/models/sms_send_request.rb +0 -128
- data/lib/verizon/models/sms_trigger_request.rb +0 -68
- data/lib/verizon/models/software_package.rb +0 -102
- data/lib/verizon/models/state.rb +0 -71
- data/lib/verizon/models/status_list.rb +0 -68
- data/lib/verizon/models/status_response.rb +0 -77
- data/lib/verizon/models/stop_monitor_request.rb +0 -56
- data/lib/verizon/models/subrequest.rb +0 -59
- data/lib/verizon/models/subscription.rb +0 -232
- data/lib/verizon/models/success.rb +0 -50
- data/lib/verizon/models/success_response.rb +0 -50
- data/lib/verizon/models/synchronous_location_request_result.rb +0 -56
- data/lib/verizon/models/target.rb +0 -163
- data/lib/verizon/models/target_authentication.rb +0 -59
- data/lib/verizon/models/target_authentication_body.rb +0 -87
- data/lib/verizon/models/target_authentication_body_headers.rb +0 -59
- data/lib/verizon/models/target_authentication_body_host.rb +0 -50
- data/lib/verizon/models/thingspace_device.rb +0 -206
- data/lib/verizon/models/transaction_id.rb +0 -51
- data/lib/verizon/models/trigger_attributes_options.rb +0 -60
- data/lib/verizon/models/trigger_notification.rb +0 -174
- data/lib/verizon/models/trigger_type1.rb +0 -91
- data/lib/verizon/models/trigger_type2.rb +0 -60
- data/lib/verizon/models/trigger_type3.rb +0 -101
- data/lib/verizon/models/trigger_v2_response.rb +0 -50
- data/lib/verizon/models/trigger_value_response.rb +0 -59
- data/lib/verizon/models/trigger_value_response2.rb +0 -59
- data/lib/verizon/models/triggers_list_options.rb +0 -140
- data/lib/verizon/models/triggervalues.rb +0 -144
- data/lib/verizon/models/triggervalues2.rb +0 -153
- data/lib/verizon/models/update_service_endpoint_result.rb +0 -59
- data/lib/verizon/models/update_service_profile_result.rb +0 -59
- data/lib/verizon/models/update_trigger_request.rb +0 -165
- data/lib/verizon/models/update_trigger_request_options.rb +0 -112
- data/lib/verizon/models/update_trigger_v2_request.rb +0 -119
- data/lib/verizon/models/upgrade_list_query_result.rb +0 -82
- data/lib/verizon/models/upgrade_status_enum.rb +0 -35
- data/lib/verizon/models/upload_and_schedule_file_request.rb +0 -170
- data/lib/verizon/models/upload_and_schedule_file_response.rb +0 -245
- data/lib/verizon/models/upload_configuration_files_response.rb +0 -128
- data/lib/verizon/models/uploads_activates_device_request.rb +0 -123
- data/lib/verizon/models/usage.rb +0 -108
- data/lib/verizon/models/usage_anomaly_attributes.rb +0 -117
- data/lib/verizon/models/usage_history.rb +0 -115
- data/lib/verizon/models/usage_request_response.rb +0 -50
- data/lib/verizon/models/usage_trigger_add_request.rb +0 -131
- data/lib/verizon/models/usage_trigger_response.rb +0 -146
- data/lib/verizon/models/usage_trigger_update_request.rb +0 -92
- data/lib/verizon/models/user_equipment_identity_type_enum.rb +0 -20
- data/lib/verizon/models/v1_account_subscription.rb +0 -89
- data/lib/verizon/models/v1_device_list_item.rb +0 -70
- data/lib/verizon/models/v1_licenses_assigned_removed_request.rb +0 -48
- data/lib/verizon/models/v1_licenses_assigned_removed_result.rb +0 -87
- data/lib/verizon/models/v1_list_of_licenses_to_remove.rb +0 -87
- data/lib/verizon/models/v1_list_of_licenses_to_remove_request.rb +0 -61
- data/lib/verizon/models/v1_list_of_licenses_to_remove_result.rb +0 -59
- data/lib/verizon/models/v2_account_device.rb +0 -165
- data/lib/verizon/models/v2_account_device_list.rb +0 -93
- data/lib/verizon/models/v2_add_or_remove_device_request.rb +0 -56
- data/lib/verizon/models/v2_add_or_remove_device_result.rb +0 -64
- data/lib/verizon/models/v2_campaign_device.rb +0 -94
- data/lib/verizon/models/v2_campaign_history.rb +0 -79
- data/lib/verizon/models/v2_campaign_meta_info.rb +0 -205
- data/lib/verizon/models/v2_change_campaign_dates_request.rb +0 -122
- data/lib/verizon/models/v2_device_status.rb +0 -66
- data/lib/verizon/models/v2_license_device.rb +0 -59
- data/lib/verizon/models/v2_license_imei.rb +0 -58
- data/lib/verizon/models/v2_license_summary.rb +0 -114
- data/lib/verizon/models/v2_licenses_assigned_removed_result.rb +0 -82
- data/lib/verizon/models/v2_list_of_licenses_to_remove.rb +0 -73
- data/lib/verizon/models/v2_list_of_licenses_to_remove_request.rb +0 -67
- data/lib/verizon/models/v2_list_of_licenses_to_remove_result.rb +0 -56
- data/lib/verizon/models/v2_software_info.rb +0 -64
- data/lib/verizon/models/v2_time_window.rb +0 -56
- data/lib/verizon/models/v3_account_device.rb +0 -190
- data/lib/verizon/models/v3_account_device_list.rb +0 -93
- data/lib/verizon/models/v3_add_or_remove_device_request.rb +0 -56
- data/lib/verizon/models/v3_add_or_remove_device_result.rb +0 -73
- data/lib/verizon/models/v3_campaign_device.rb +0 -94
- data/lib/verizon/models/v3_campaign_history.rb +0 -79
- data/lib/verizon/models/v3_campaign_meta_info.rb +0 -168
- data/lib/verizon/models/v3_change_campaign_dates_request.rb +0 -79
- data/lib/verizon/models/v3_device.rb +0 -236
- data/lib/verizon/models/v3_device_list_item.rb +0 -68
- data/lib/verizon/models/v3_device_status.rb +0 -120
- data/lib/verizon/models/v3_license_assigned_removed_result.rb +0 -82
- data/lib/verizon/models/v3_license_device.rb +0 -59
- data/lib/verizon/models/v3_license_imei.rb +0 -48
- data/lib/verizon/models/v3_license_summary.rb +0 -114
- data/lib/verizon/models/v3_software_info.rb +0 -64
- data/lib/verizon/models/v3_time_window.rb +0 -56
- data/lib/verizon/models/wnp_request_response.rb +0 -50
- data/lib/verizon.rb +0 -679
@@ -1,142 +0,0 @@
|
|
1
|
-
# verizon
|
2
|
-
#
|
3
|
-
# This file was automatically generated by APIMATIC v2.0
|
4
|
-
# ( https://apimatic.io ).
|
5
|
-
|
6
|
-
module Verizon
|
7
|
-
# Request to deactivate a carrier.
|
8
|
-
class CarrierDeactivateRequest < BaseModel
|
9
|
-
SKIP = Object.new
|
10
|
-
private_constant :SKIP
|
11
|
-
|
12
|
-
# The name of a billing account.
|
13
|
-
# @return [String]
|
14
|
-
attr_accessor :account_name
|
15
|
-
|
16
|
-
# The devices for which you want to deactivate service, specified by device
|
17
|
-
# identifier.
|
18
|
-
# @return [Array[AccountDeviceList]]
|
19
|
-
attr_accessor :devices
|
20
|
-
|
21
|
-
# Code identifying the reason for the deactivation. Currently the only valid
|
22
|
-
# reason code is “FF”, which corresponds to General Admin/Maintenance.
|
23
|
-
# @return [String]
|
24
|
-
attr_accessor :reason_code
|
25
|
-
|
26
|
-
# Custom field names and values, if you want to only include devices that
|
27
|
-
# have matching values.
|
28
|
-
# @return [Array[CustomFields]]
|
29
|
-
attr_accessor :custom_fields
|
30
|
-
|
31
|
-
# Fees may be assessed for deactivating Verizon Wireless devices, depending
|
32
|
-
# on the account contract. The etfWaiver parameter waives the Early
|
33
|
-
# Termination Fee (ETF), if applicable.
|
34
|
-
# @return [TrueClass | FalseClass]
|
35
|
-
attr_accessor :etf_waiver
|
36
|
-
|
37
|
-
# The name of a device group, if you want to deactivate all devices in that
|
38
|
-
# group.
|
39
|
-
# @return [String]
|
40
|
-
attr_accessor :group_name
|
41
|
-
|
42
|
-
# The name of a service plan, if you want to only include devices that have
|
43
|
-
# that service plan.
|
44
|
-
# @return [String]
|
45
|
-
attr_accessor :service_plan
|
46
|
-
|
47
|
-
# The name of a service plan, if you want to only include devices that have
|
48
|
-
# that service plan.
|
49
|
-
# @return [TrueClass | FalseClass]
|
50
|
-
attr_accessor :delete_after_deactivation
|
51
|
-
|
52
|
-
# A mapping from model property names to API property names.
|
53
|
-
def self.names
|
54
|
-
@_hash = {} if @_hash.nil?
|
55
|
-
@_hash['account_name'] = 'accountName'
|
56
|
-
@_hash['devices'] = 'devices'
|
57
|
-
@_hash['reason_code'] = 'reasonCode'
|
58
|
-
@_hash['custom_fields'] = 'customFields'
|
59
|
-
@_hash['etf_waiver'] = 'etfWaiver'
|
60
|
-
@_hash['group_name'] = 'groupName'
|
61
|
-
@_hash['service_plan'] = 'servicePlan'
|
62
|
-
@_hash['delete_after_deactivation'] = 'deleteAfterDeactivation'
|
63
|
-
@_hash
|
64
|
-
end
|
65
|
-
|
66
|
-
# An array for optional fields
|
67
|
-
def self.optionals
|
68
|
-
%w[
|
69
|
-
custom_fields
|
70
|
-
etf_waiver
|
71
|
-
group_name
|
72
|
-
service_plan
|
73
|
-
delete_after_deactivation
|
74
|
-
]
|
75
|
-
end
|
76
|
-
|
77
|
-
# An array for nullable fields
|
78
|
-
def self.nullables
|
79
|
-
[]
|
80
|
-
end
|
81
|
-
|
82
|
-
def initialize(account_name = nil, devices = nil, reason_code = nil,
|
83
|
-
custom_fields = SKIP, etf_waiver = SKIP, group_name = SKIP,
|
84
|
-
service_plan = SKIP, delete_after_deactivation = SKIP)
|
85
|
-
@account_name = account_name
|
86
|
-
@devices = devices
|
87
|
-
@reason_code = reason_code
|
88
|
-
@custom_fields = custom_fields unless custom_fields == SKIP
|
89
|
-
@etf_waiver = etf_waiver unless etf_waiver == SKIP
|
90
|
-
@group_name = group_name unless group_name == SKIP
|
91
|
-
@service_plan = service_plan unless service_plan == SKIP
|
92
|
-
unless delete_after_deactivation == SKIP
|
93
|
-
@delete_after_deactivation =
|
94
|
-
delete_after_deactivation
|
95
|
-
end
|
96
|
-
end
|
97
|
-
|
98
|
-
# Creates an instance of the object from a hash.
|
99
|
-
def self.from_hash(hash)
|
100
|
-
return nil unless hash
|
101
|
-
|
102
|
-
# Extract variables from the hash.
|
103
|
-
account_name = hash.key?('accountName') ? hash['accountName'] : nil
|
104
|
-
# Parameter is an array, so we need to iterate through it
|
105
|
-
devices = nil
|
106
|
-
unless hash['devices'].nil?
|
107
|
-
devices = []
|
108
|
-
hash['devices'].each do |structure|
|
109
|
-
devices << (AccountDeviceList.from_hash(structure) if structure)
|
110
|
-
end
|
111
|
-
end
|
112
|
-
|
113
|
-
devices = nil unless hash.key?('devices')
|
114
|
-
reason_code = hash.key?('reasonCode') ? hash['reasonCode'] : nil
|
115
|
-
# Parameter is an array, so we need to iterate through it
|
116
|
-
custom_fields = nil
|
117
|
-
unless hash['customFields'].nil?
|
118
|
-
custom_fields = []
|
119
|
-
hash['customFields'].each do |structure|
|
120
|
-
custom_fields << (CustomFields.from_hash(structure) if structure)
|
121
|
-
end
|
122
|
-
end
|
123
|
-
|
124
|
-
custom_fields = SKIP unless hash.key?('customFields')
|
125
|
-
etf_waiver = hash.key?('etfWaiver') ? hash['etfWaiver'] : SKIP
|
126
|
-
group_name = hash.key?('groupName') ? hash['groupName'] : SKIP
|
127
|
-
service_plan = hash.key?('servicePlan') ? hash['servicePlan'] : SKIP
|
128
|
-
delete_after_deactivation =
|
129
|
-
hash.key?('deleteAfterDeactivation') ? hash['deleteAfterDeactivation'] : SKIP
|
130
|
-
|
131
|
-
# Create object from extracted values.
|
132
|
-
CarrierDeactivateRequest.new(account_name,
|
133
|
-
devices,
|
134
|
-
reason_code,
|
135
|
-
custom_fields,
|
136
|
-
etf_waiver,
|
137
|
-
group_name,
|
138
|
-
service_plan,
|
139
|
-
delete_after_deactivation)
|
140
|
-
end
|
141
|
-
end
|
142
|
-
end
|
@@ -1,70 +0,0 @@
|
|
1
|
-
# verizon
|
2
|
-
#
|
3
|
-
# This file was automatically generated by APIMATIC v2.0
|
4
|
-
# ( https://apimatic.io ).
|
5
|
-
|
6
|
-
module Verizon
|
7
|
-
# Information about the carrier.
|
8
|
-
class CarrierInformation < BaseModel
|
9
|
-
SKIP = Object.new
|
10
|
-
private_constant :SKIP
|
11
|
-
|
12
|
-
# The carrier that will perform the activation. This parameter is only
|
13
|
-
# required if you have more than one carrier.
|
14
|
-
# @return [String]
|
15
|
-
attr_accessor :carrier_name
|
16
|
-
|
17
|
-
# The service plan code that is assigned to the device.
|
18
|
-
# @return [String]
|
19
|
-
attr_accessor :service_plan
|
20
|
-
|
21
|
-
# The device state. Valid values include: Activate, Suspend, Deactive,
|
22
|
-
# Pre-active.
|
23
|
-
# @return [String]
|
24
|
-
attr_accessor :state
|
25
|
-
|
26
|
-
# A mapping from model property names to API property names.
|
27
|
-
def self.names
|
28
|
-
@_hash = {} if @_hash.nil?
|
29
|
-
@_hash['carrier_name'] = 'carrierName'
|
30
|
-
@_hash['service_plan'] = 'servicePlan'
|
31
|
-
@_hash['state'] = 'state'
|
32
|
-
@_hash
|
33
|
-
end
|
34
|
-
|
35
|
-
# An array for optional fields
|
36
|
-
def self.optionals
|
37
|
-
%w[
|
38
|
-
carrier_name
|
39
|
-
service_plan
|
40
|
-
state
|
41
|
-
]
|
42
|
-
end
|
43
|
-
|
44
|
-
# An array for nullable fields
|
45
|
-
def self.nullables
|
46
|
-
[]
|
47
|
-
end
|
48
|
-
|
49
|
-
def initialize(carrier_name = SKIP, service_plan = SKIP, state = SKIP)
|
50
|
-
@carrier_name = carrier_name unless carrier_name == SKIP
|
51
|
-
@service_plan = service_plan unless service_plan == SKIP
|
52
|
-
@state = state unless state == SKIP
|
53
|
-
end
|
54
|
-
|
55
|
-
# Creates an instance of the object from a hash.
|
56
|
-
def self.from_hash(hash)
|
57
|
-
return nil unless hash
|
58
|
-
|
59
|
-
# Extract variables from the hash.
|
60
|
-
carrier_name = hash.key?('carrierName') ? hash['carrierName'] : SKIP
|
61
|
-
service_plan = hash.key?('servicePlan') ? hash['servicePlan'] : SKIP
|
62
|
-
state = hash.key?('state') ? hash['state'] : SKIP
|
63
|
-
|
64
|
-
# Create object from extracted values.
|
65
|
-
CarrierInformation.new(carrier_name,
|
66
|
-
service_plan,
|
67
|
-
state)
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
@@ -1,83 +0,0 @@
|
|
1
|
-
# verizon
|
2
|
-
#
|
3
|
-
# This file was automatically generated by APIMATIC v2.0
|
4
|
-
# ( https://apimatic.io ).
|
5
|
-
|
6
|
-
module Verizon
|
7
|
-
# CarrierServicePlan Model.
|
8
|
-
class CarrierServicePlan < BaseModel
|
9
|
-
SKIP = Object.new
|
10
|
-
private_constant :SKIP
|
11
|
-
|
12
|
-
# The name of the service plan
|
13
|
-
# @return [String]
|
14
|
-
attr_accessor :name
|
15
|
-
|
16
|
-
# The inventory name or system name of the service plan
|
17
|
-
# @return [String]
|
18
|
-
attr_accessor :code
|
19
|
-
|
20
|
-
# The ammount of space the service plan will occupy on the Subscriber
|
21
|
-
# Information Module (SIM)
|
22
|
-
# @return [String]
|
23
|
-
attr_accessor :size_kb
|
24
|
-
|
25
|
-
# The billing record ID. This can be numeric, alpha or alphanumeric.
|
26
|
-
# @return [String]
|
27
|
-
attr_accessor :carrier_service_plan_code
|
28
|
-
|
29
|
-
# A mapping from model property names to API property names.
|
30
|
-
def self.names
|
31
|
-
@_hash = {} if @_hash.nil?
|
32
|
-
@_hash['name'] = 'name'
|
33
|
-
@_hash['code'] = 'code'
|
34
|
-
@_hash['size_kb'] = 'sizeKb'
|
35
|
-
@_hash['carrier_service_plan_code'] = 'carrierServicePlanCode'
|
36
|
-
@_hash
|
37
|
-
end
|
38
|
-
|
39
|
-
# An array for optional fields
|
40
|
-
def self.optionals
|
41
|
-
%w[
|
42
|
-
name
|
43
|
-
code
|
44
|
-
size_kb
|
45
|
-
carrier_service_plan_code
|
46
|
-
]
|
47
|
-
end
|
48
|
-
|
49
|
-
# An array for nullable fields
|
50
|
-
def self.nullables
|
51
|
-
[]
|
52
|
-
end
|
53
|
-
|
54
|
-
def initialize(name = SKIP, code = SKIP, size_kb = SKIP,
|
55
|
-
carrier_service_plan_code = SKIP)
|
56
|
-
@name = name unless name == SKIP
|
57
|
-
@code = code unless code == SKIP
|
58
|
-
@size_kb = size_kb unless size_kb == SKIP
|
59
|
-
unless carrier_service_plan_code == SKIP
|
60
|
-
@carrier_service_plan_code =
|
61
|
-
carrier_service_plan_code
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
# Creates an instance of the object from a hash.
|
66
|
-
def self.from_hash(hash)
|
67
|
-
return nil unless hash
|
68
|
-
|
69
|
-
# Extract variables from the hash.
|
70
|
-
name = hash.key?('name') ? hash['name'] : SKIP
|
71
|
-
code = hash.key?('code') ? hash['code'] : SKIP
|
72
|
-
size_kb = hash.key?('sizeKb') ? hash['sizeKb'] : SKIP
|
73
|
-
carrier_service_plan_code =
|
74
|
-
hash.key?('carrierServicePlanCode') ? hash['carrierServicePlanCode'] : SKIP
|
75
|
-
|
76
|
-
# Create object from extracted values.
|
77
|
-
CarrierServicePlan.new(name,
|
78
|
-
code,
|
79
|
-
size_kb,
|
80
|
-
carrier_service_plan_code)
|
81
|
-
end
|
82
|
-
end
|
83
|
-
end
|
@@ -1,73 +0,0 @@
|
|
1
|
-
# verizon
|
2
|
-
#
|
3
|
-
# This file was automatically generated by APIMATIC v2.0
|
4
|
-
# ( https://apimatic.io ).
|
5
|
-
|
6
|
-
module Verizon
|
7
|
-
# The request body identifies the device and the values to set.
|
8
|
-
class ChangeConfigurationRequest < BaseModel
|
9
|
-
SKIP = Object.new
|
10
|
-
private_constant :SKIP
|
11
|
-
|
12
|
-
# The ID of the authenticating billing account, in the format
|
13
|
-
# `{"billingaccountid":"1234567890-12345"}`.
|
14
|
-
# @return [AccountIdentifier]
|
15
|
-
attr_accessor :accountidentifier
|
16
|
-
|
17
|
-
# The ID of the target to delete, in the format {"id":
|
18
|
-
# "dd1682d3-2d80-cefc-f3ee-25154800beff"}.
|
19
|
-
# @return [ResourceIdentifier]
|
20
|
-
attr_accessor :resourceidentifier
|
21
|
-
|
22
|
-
# List of the field names and values to set.
|
23
|
-
# @return [Configuration]
|
24
|
-
attr_accessor :configuration
|
25
|
-
|
26
|
-
# A mapping from model property names to API property names.
|
27
|
-
def self.names
|
28
|
-
@_hash = {} if @_hash.nil?
|
29
|
-
@_hash['accountidentifier'] = 'accountidentifier'
|
30
|
-
@_hash['resourceidentifier'] = 'resourceidentifier'
|
31
|
-
@_hash['configuration'] = 'configuration'
|
32
|
-
@_hash
|
33
|
-
end
|
34
|
-
|
35
|
-
# An array for optional fields
|
36
|
-
def self.optionals
|
37
|
-
%w[
|
38
|
-
accountidentifier
|
39
|
-
resourceidentifier
|
40
|
-
configuration
|
41
|
-
]
|
42
|
-
end
|
43
|
-
|
44
|
-
# An array for nullable fields
|
45
|
-
def self.nullables
|
46
|
-
[]
|
47
|
-
end
|
48
|
-
|
49
|
-
def initialize(accountidentifier = SKIP, resourceidentifier = SKIP,
|
50
|
-
configuration = SKIP)
|
51
|
-
@accountidentifier = accountidentifier unless accountidentifier == SKIP
|
52
|
-
@resourceidentifier = resourceidentifier unless resourceidentifier == SKIP
|
53
|
-
@configuration = configuration unless configuration == SKIP
|
54
|
-
end
|
55
|
-
|
56
|
-
# Creates an instance of the object from a hash.
|
57
|
-
def self.from_hash(hash)
|
58
|
-
return nil unless hash
|
59
|
-
|
60
|
-
# Extract variables from the hash.
|
61
|
-
accountidentifier = AccountIdentifier.from_hash(hash['accountidentifier']) if
|
62
|
-
hash['accountidentifier']
|
63
|
-
resourceidentifier = ResourceIdentifier.from_hash(hash['resourceidentifier']) if
|
64
|
-
hash['resourceidentifier']
|
65
|
-
configuration = Configuration.from_hash(hash['configuration']) if hash['configuration']
|
66
|
-
|
67
|
-
# Create object from extracted values.
|
68
|
-
ChangeConfigurationRequest.new(accountidentifier,
|
69
|
-
resourceidentifier,
|
70
|
-
configuration)
|
71
|
-
end
|
72
|
-
end
|
73
|
-
end
|
@@ -1,155 +0,0 @@
|
|
1
|
-
# verizon
|
2
|
-
#
|
3
|
-
# This file was automatically generated by APIMATIC v2.0
|
4
|
-
# ( https://apimatic.io ).
|
5
|
-
|
6
|
-
module Verizon
|
7
|
-
# Change Configuration resource definition.
|
8
|
-
class ChangeConfigurationResponse < BaseModel
|
9
|
-
SKIP = Object.new
|
10
|
-
private_constant :SKIP
|
11
|
-
|
12
|
-
# The action requested in this event; “change” for device configuration
|
13
|
-
# changes.
|
14
|
-
# @return [String]
|
15
|
-
attr_accessor :action
|
16
|
-
|
17
|
-
# The date and time of the change request.
|
18
|
-
# @return [String]
|
19
|
-
attr_accessor :createdon
|
20
|
-
|
21
|
-
# The device’s ThingSpace UUID.
|
22
|
-
# @return [String]
|
23
|
-
attr_accessor :deviceid
|
24
|
-
|
25
|
-
# List of fields affected by the event.
|
26
|
-
# @return [Fields]
|
27
|
-
attr_accessor :fields
|
28
|
-
|
29
|
-
# foreign id
|
30
|
-
# @return [String]
|
31
|
-
attr_accessor :foreignid
|
32
|
-
|
33
|
-
# The unique ID of this ts.event.configuration event.
|
34
|
-
# @return [String]
|
35
|
-
attr_accessor :id
|
36
|
-
|
37
|
-
# The kind of the ThingSpace resource that is being reported
|
38
|
-
# @return [String]
|
39
|
-
attr_accessor :kind
|
40
|
-
|
41
|
-
# The date and time that the event was last updated.
|
42
|
-
# @return [String]
|
43
|
-
attr_accessor :lastupdated
|
44
|
-
|
45
|
-
# The name of the event; “SetConfigurationReq” for device configuration
|
46
|
-
# changes.
|
47
|
-
# @return [String]
|
48
|
-
attr_accessor :name
|
49
|
-
|
50
|
-
# The current status of the request. The value will be “pending” until the
|
51
|
-
# device wakes up and ThingSpace can send the request to the device.
|
52
|
-
# @return [String]
|
53
|
-
attr_accessor :state
|
54
|
-
|
55
|
-
# transaction id
|
56
|
-
# @return [String]
|
57
|
-
attr_accessor :transactionid
|
58
|
-
|
59
|
-
# version
|
60
|
-
# @return [String]
|
61
|
-
attr_accessor :version
|
62
|
-
|
63
|
-
# A mapping from model property names to API property names.
|
64
|
-
def self.names
|
65
|
-
@_hash = {} if @_hash.nil?
|
66
|
-
@_hash['action'] = 'action'
|
67
|
-
@_hash['createdon'] = 'createdon'
|
68
|
-
@_hash['deviceid'] = 'deviceid'
|
69
|
-
@_hash['fields'] = 'fields'
|
70
|
-
@_hash['foreignid'] = 'foreignid'
|
71
|
-
@_hash['id'] = 'id'
|
72
|
-
@_hash['kind'] = 'kind'
|
73
|
-
@_hash['lastupdated'] = 'lastupdated'
|
74
|
-
@_hash['name'] = 'name'
|
75
|
-
@_hash['state'] = 'state'
|
76
|
-
@_hash['transactionid'] = 'transactionid'
|
77
|
-
@_hash['version'] = 'version'
|
78
|
-
@_hash
|
79
|
-
end
|
80
|
-
|
81
|
-
# An array for optional fields
|
82
|
-
def self.optionals
|
83
|
-
%w[
|
84
|
-
action
|
85
|
-
createdon
|
86
|
-
deviceid
|
87
|
-
fields
|
88
|
-
foreignid
|
89
|
-
id
|
90
|
-
kind
|
91
|
-
lastupdated
|
92
|
-
name
|
93
|
-
state
|
94
|
-
transactionid
|
95
|
-
version
|
96
|
-
]
|
97
|
-
end
|
98
|
-
|
99
|
-
# An array for nullable fields
|
100
|
-
def self.nullables
|
101
|
-
[]
|
102
|
-
end
|
103
|
-
|
104
|
-
def initialize(action = SKIP, createdon = SKIP, deviceid = SKIP,
|
105
|
-
fields = SKIP, foreignid = SKIP, id = SKIP, kind = SKIP,
|
106
|
-
lastupdated = SKIP, name = SKIP, state = SKIP,
|
107
|
-
transactionid = SKIP, version = SKIP)
|
108
|
-
@action = action unless action == SKIP
|
109
|
-
@createdon = createdon unless createdon == SKIP
|
110
|
-
@deviceid = deviceid unless deviceid == SKIP
|
111
|
-
@fields = fields unless fields == SKIP
|
112
|
-
@foreignid = foreignid unless foreignid == SKIP
|
113
|
-
@id = id unless id == SKIP
|
114
|
-
@kind = kind unless kind == SKIP
|
115
|
-
@lastupdated = lastupdated unless lastupdated == SKIP
|
116
|
-
@name = name unless name == SKIP
|
117
|
-
@state = state unless state == SKIP
|
118
|
-
@transactionid = transactionid unless transactionid == SKIP
|
119
|
-
@version = version unless version == SKIP
|
120
|
-
end
|
121
|
-
|
122
|
-
# Creates an instance of the object from a hash.
|
123
|
-
def self.from_hash(hash)
|
124
|
-
return nil unless hash
|
125
|
-
|
126
|
-
# Extract variables from the hash.
|
127
|
-
action = hash.key?('action') ? hash['action'] : SKIP
|
128
|
-
createdon = hash.key?('createdon') ? hash['createdon'] : SKIP
|
129
|
-
deviceid = hash.key?('deviceid') ? hash['deviceid'] : SKIP
|
130
|
-
fields = Fields.from_hash(hash['fields']) if hash['fields']
|
131
|
-
foreignid = hash.key?('foreignid') ? hash['foreignid'] : SKIP
|
132
|
-
id = hash.key?('id') ? hash['id'] : SKIP
|
133
|
-
kind = hash.key?('kind') ? hash['kind'] : SKIP
|
134
|
-
lastupdated = hash.key?('lastupdated') ? hash['lastupdated'] : SKIP
|
135
|
-
name = hash.key?('name') ? hash['name'] : SKIP
|
136
|
-
state = hash.key?('state') ? hash['state'] : SKIP
|
137
|
-
transactionid = hash.key?('transactionid') ? hash['transactionid'] : SKIP
|
138
|
-
version = hash.key?('version') ? hash['version'] : SKIP
|
139
|
-
|
140
|
-
# Create object from extracted values.
|
141
|
-
ChangeConfigurationResponse.new(action,
|
142
|
-
createdon,
|
143
|
-
deviceid,
|
144
|
-
fields,
|
145
|
-
foreignid,
|
146
|
-
id,
|
147
|
-
kind,
|
148
|
-
lastupdated,
|
149
|
-
name,
|
150
|
-
state,
|
151
|
-
transactionid,
|
152
|
-
version)
|
153
|
-
end
|
154
|
-
end
|
155
|
-
end
|
@@ -1,150 +0,0 @@
|
|
1
|
-
# verizon
|
2
|
-
#
|
3
|
-
# This file was automatically generated by APIMATIC v2.0
|
4
|
-
# ( https://apimatic.io ).
|
5
|
-
|
6
|
-
module Verizon
|
7
|
-
# Changes the identifier of a 3G or 4G device to match hardware changes made
|
8
|
-
# for a line of service. Use this request to transfer the line of service and
|
9
|
-
# the MDN to new hardware, or to change the MDN.
|
10
|
-
class ChangeDeviceIdRequest < BaseModel
|
11
|
-
SKIP = Object.new
|
12
|
-
private_constant :SKIP
|
13
|
-
|
14
|
-
# Set to true to assign a non-Geo MDN and MSISDN, or false to assign an MDN
|
15
|
-
# and MSISDN from a specific NPA-NXX.
|
16
|
-
# @return [TrueClass | FalseClass]
|
17
|
-
attr_accessor :assign_non_geo_mdn
|
18
|
-
|
19
|
-
# The type of change that you want to make for a 4G device.
|
20
|
-
# @return [String]
|
21
|
-
attr_accessor :change4g_option
|
22
|
-
|
23
|
-
# The device that you want to change, specified by a device identifier.
|
24
|
-
# @return [Array[DeviceId]]
|
25
|
-
attr_accessor :device_ids
|
26
|
-
|
27
|
-
# The new identifier for the device. Required for all change4GOptions except
|
28
|
-
# ChangeMSISDN.
|
29
|
-
# @return [Array[DeviceId]]
|
30
|
-
attr_accessor :device_ids_to
|
31
|
-
|
32
|
-
# The NPA NXX (area code and prefix) from which the MDN and MSISDN will be
|
33
|
-
# derived when assignNonGeoMDN is false. Specify the 6-digit NPA NXX of the
|
34
|
-
# location where the line of service will primarily be used. This API checks
|
35
|
-
# to see if a number starting with the NPA NXX is available. If not, this
|
36
|
-
# API uses the zipCode parameter, if specified, to assign a number in the
|
37
|
-
# area of the line of service. This parameter is required when you change an
|
38
|
-
# MDN/MSISDN for a B2B carrier, such as Verizon Wireless.
|
39
|
-
# @return [String]
|
40
|
-
attr_accessor :npa_nxx
|
41
|
-
|
42
|
-
# The code for a different service plan, if you want to change the service
|
43
|
-
# plan while changing the device identifier. Set this parameter to one of
|
44
|
-
# the Code values returned by GET /plans.
|
45
|
-
# @return [String]
|
46
|
-
attr_accessor :service_plan
|
47
|
-
|
48
|
-
# The ZIP code from which the MDN and MSISDN will be derived when
|
49
|
-
# assignNonGeoMDN is true. Specify the zip code of the location where the
|
50
|
-
# line of service will primarily be used.
|
51
|
-
# @return [String]
|
52
|
-
attr_accessor :zip_code
|
53
|
-
|
54
|
-
# The ZIP code from which the MDN and MSISDN will be derived when
|
55
|
-
# assignNonGeoMDN is true. Specify the zip code of the location where the
|
56
|
-
# line of service will primarily be used.
|
57
|
-
# @return [String]
|
58
|
-
attr_accessor :smsr_oid
|
59
|
-
|
60
|
-
# A mapping from model property names to API property names.
|
61
|
-
def self.names
|
62
|
-
@_hash = {} if @_hash.nil?
|
63
|
-
@_hash['assign_non_geo_mdn'] = 'assignNonGeoMdn'
|
64
|
-
@_hash['change4g_option'] = 'change4gOption'
|
65
|
-
@_hash['device_ids'] = 'deviceIds'
|
66
|
-
@_hash['device_ids_to'] = 'deviceIdsTo'
|
67
|
-
@_hash['npa_nxx'] = 'npaNxx'
|
68
|
-
@_hash['service_plan'] = 'servicePlan'
|
69
|
-
@_hash['zip_code'] = 'zipCode'
|
70
|
-
@_hash['smsr_oid'] = 'smsrOid'
|
71
|
-
@_hash
|
72
|
-
end
|
73
|
-
|
74
|
-
# An array for optional fields
|
75
|
-
def self.optionals
|
76
|
-
%w[
|
77
|
-
assign_non_geo_mdn
|
78
|
-
change4g_option
|
79
|
-
device_ids_to
|
80
|
-
npa_nxx
|
81
|
-
service_plan
|
82
|
-
zip_code
|
83
|
-
smsr_oid
|
84
|
-
]
|
85
|
-
end
|
86
|
-
|
87
|
-
# An array for nullable fields
|
88
|
-
def self.nullables
|
89
|
-
[]
|
90
|
-
end
|
91
|
-
|
92
|
-
def initialize(device_ids = nil, assign_non_geo_mdn = SKIP,
|
93
|
-
change4g_option = SKIP, device_ids_to = SKIP, npa_nxx = SKIP,
|
94
|
-
service_plan = SKIP, zip_code = SKIP, smsr_oid = SKIP)
|
95
|
-
@assign_non_geo_mdn = assign_non_geo_mdn unless assign_non_geo_mdn == SKIP
|
96
|
-
@change4g_option = change4g_option unless change4g_option == SKIP
|
97
|
-
@device_ids = device_ids
|
98
|
-
@device_ids_to = device_ids_to unless device_ids_to == SKIP
|
99
|
-
@npa_nxx = npa_nxx unless npa_nxx == SKIP
|
100
|
-
@service_plan = service_plan unless service_plan == SKIP
|
101
|
-
@zip_code = zip_code unless zip_code == SKIP
|
102
|
-
@smsr_oid = smsr_oid unless smsr_oid == SKIP
|
103
|
-
end
|
104
|
-
|
105
|
-
# Creates an instance of the object from a hash.
|
106
|
-
def self.from_hash(hash)
|
107
|
-
return nil unless hash
|
108
|
-
|
109
|
-
# Extract variables from the hash.
|
110
|
-
# Parameter is an array, so we need to iterate through it
|
111
|
-
device_ids = nil
|
112
|
-
unless hash['deviceIds'].nil?
|
113
|
-
device_ids = []
|
114
|
-
hash['deviceIds'].each do |structure|
|
115
|
-
device_ids << (DeviceId.from_hash(structure) if structure)
|
116
|
-
end
|
117
|
-
end
|
118
|
-
|
119
|
-
device_ids = nil unless hash.key?('deviceIds')
|
120
|
-
assign_non_geo_mdn =
|
121
|
-
hash.key?('assignNonGeoMdn') ? hash['assignNonGeoMdn'] : SKIP
|
122
|
-
change4g_option =
|
123
|
-
hash.key?('change4gOption') ? hash['change4gOption'] : SKIP
|
124
|
-
# Parameter is an array, so we need to iterate through it
|
125
|
-
device_ids_to = nil
|
126
|
-
unless hash['deviceIdsTo'].nil?
|
127
|
-
device_ids_to = []
|
128
|
-
hash['deviceIdsTo'].each do |structure|
|
129
|
-
device_ids_to << (DeviceId.from_hash(structure) if structure)
|
130
|
-
end
|
131
|
-
end
|
132
|
-
|
133
|
-
device_ids_to = SKIP unless hash.key?('deviceIdsTo')
|
134
|
-
npa_nxx = hash.key?('npaNxx') ? hash['npaNxx'] : SKIP
|
135
|
-
service_plan = hash.key?('servicePlan') ? hash['servicePlan'] : SKIP
|
136
|
-
zip_code = hash.key?('zipCode') ? hash['zipCode'] : SKIP
|
137
|
-
smsr_oid = hash.key?('smsrOid') ? hash['smsrOid'] : SKIP
|
138
|
-
|
139
|
-
# Create object from extracted values.
|
140
|
-
ChangeDeviceIdRequest.new(device_ids,
|
141
|
-
assign_non_geo_mdn,
|
142
|
-
change4g_option,
|
143
|
-
device_ids_to,
|
144
|
-
npa_nxx,
|
145
|
-
service_plan,
|
146
|
-
zip_code,
|
147
|
-
smsr_oid)
|
148
|
-
end
|
149
|
-
end
|
150
|
-
end
|