specs-sdk 1.3.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 +7 -0
- data/LICENSE +30 -0
- data/README.md +168 -0
- data/lib/verizon/api_helper.rb +10 -0
- data/lib/verizon/client.rb +501 -0
- data/lib/verizon/configuration.rb +135 -0
- data/lib/verizon/controllers/account_devices_controller.rb +68 -0
- data/lib/verizon/controllers/account_requests_controller.rb +37 -0
- data/lib/verizon/controllers/account_subscriptions_controller.rb +56 -0
- data/lib/verizon/controllers/accounts_controller.rb +82 -0
- data/lib/verizon/controllers/anomaly_settings_controller.rb +80 -0
- data/lib/verizon/controllers/anomaly_triggers_controller.rb +195 -0
- data/lib/verizon/controllers/anomaly_triggers_v2_controller.rb +80 -0
- data/lib/verizon/controllers/base_controller.rb +66 -0
- data/lib/verizon/controllers/billing_controller.rb +111 -0
- data/lib/verizon/controllers/campaigns_v2_controller.rb +218 -0
- data/lib/verizon/controllers/campaigns_v3_controller.rb +162 -0
- data/lib/verizon/controllers/client_logging_controller.rb +162 -0
- data/lib/verizon/controllers/cloud_connector_devices_controller.rb +144 -0
- data/lib/verizon/controllers/cloud_connector_subscriptions_controller.rb +73 -0
- data/lib/verizon/controllers/configuration_files_controller.rb +80 -0
- data/lib/verizon/controllers/connectivity_callbacks_controller.rb +89 -0
- data/lib/verizon/controllers/device_actions_controller.rb +84 -0
- data/lib/verizon/controllers/device_diagnostics_controller.rb +58 -0
- data/lib/verizon/controllers/device_groups_controller.rb +150 -0
- data/lib/verizon/controllers/device_location_callbacks_controller.rb +87 -0
- data/lib/verizon/controllers/device_management_controller.rb +743 -0
- data/lib/verizon/controllers/device_monitoring_controller.rb +59 -0
- data/lib/verizon/controllers/device_profile_management_controller.rb +104 -0
- data/lib/verizon/controllers/device_reports_controller.rb +131 -0
- data/lib/verizon/controllers/device_service_management_controller.rb +89 -0
- data/lib/verizon/controllers/device_sms_messaging_controller.rb +108 -0
- data/lib/verizon/controllers/devices_location_subscriptions_controller.rb +57 -0
- data/lib/verizon/controllers/devices_locations_controller.rb +200 -0
- data/lib/verizon/controllers/diagnostics_callbacks_controller.rb +83 -0
- data/lib/verizon/controllers/diagnostics_factory_reset_controller.rb +34 -0
- data/lib/verizon/controllers/diagnostics_history_controller.rb +34 -0
- data/lib/verizon/controllers/diagnostics_observations_controller.rb +59 -0
- data/lib/verizon/controllers/diagnostics_settings_controller.rb +35 -0
- data/lib/verizon/controllers/diagnostics_subscriptions_controller.rb +30 -0
- data/lib/verizon/controllers/euicc_device_profile_management_controller.rb +130 -0
- data/lib/verizon/controllers/exclusions_controller.rb +88 -0
- data/lib/verizon/controllers/firmware_v1_controller.rb +150 -0
- data/lib/verizon/controllers/firmware_v3_controller.rb +90 -0
- data/lib/verizon/controllers/fixed_wireless_qualification_controller.rb +34 -0
- data/lib/verizon/controllers/global_reporting_controller.rb +95 -0
- data/lib/verizon/controllers/hyper_precise_location_callbacks_controller.rb +133 -0
- data/lib/verizon/controllers/m_5g_edge_platforms_controller.rb +87 -0
- data/lib/verizon/controllers/managing_esim_profiles_controller.rb +154 -0
- data/lib/verizon/controllers/mec_controller.rb +150 -0
- data/lib/verizon/controllers/oauth_authorization_controller.rb +77 -0
- data/lib/verizon/controllers/performance_metrics_controller.rb +49 -0
- data/lib/verizon/controllers/promotion_period_information_controller.rb +58 -0
- data/lib/verizon/controllers/retrieve_the_triggers_controller.rb +93 -0
- data/lib/verizon/controllers/server_logging_controller.rb +37 -0
- data/lib/verizon/controllers/service_endpoints_controller.rb +223 -0
- data/lib/verizon/controllers/service_plans_controller.rb +35 -0
- data/lib/verizon/controllers/service_profiles_controller.rb +164 -0
- data/lib/verizon/controllers/session_management_controller.rb +78 -0
- data/lib/verizon/controllers/sim_actions_controller.rb +92 -0
- data/lib/verizon/controllers/sim_secure_for_io_t_licenses_controller.rb +94 -0
- data/lib/verizon/controllers/sms_controller.rb +88 -0
- data/lib/verizon/controllers/software_management_callbacks_v1_controller.rb +93 -0
- data/lib/verizon/controllers/software_management_callbacks_v2_controller.rb +109 -0
- data/lib/verizon/controllers/software_management_callbacks_v3_controller.rb +109 -0
- data/lib/verizon/controllers/software_management_licenses_v1_controller.rb +162 -0
- data/lib/verizon/controllers/software_management_licenses_v2_controller.rb +177 -0
- data/lib/verizon/controllers/software_management_licenses_v3_controller.rb +89 -0
- data/lib/verizon/controllers/software_management_reports_v1_controller.rb +105 -0
- data/lib/verizon/controllers/software_management_reports_v2_controller.rb +159 -0
- data/lib/verizon/controllers/software_management_reports_v3_controller.rb +98 -0
- data/lib/verizon/controllers/software_management_subscriptions_v1_controller.rb +64 -0
- data/lib/verizon/controllers/software_management_subscriptions_v2_controller.rb +31 -0
- data/lib/verizon/controllers/software_management_subscriptions_v3_controller.rb +31 -0
- data/lib/verizon/controllers/targets_controller.rb +122 -0
- data/lib/verizon/controllers/thing_space_quality_of_service_api_actions_controller.rb +58 -0
- data/lib/verizon/controllers/update_triggers_controller.rb +32 -0
- data/lib/verizon/controllers/usage_trigger_management_controller.rb +89 -0
- data/lib/verizon/controllers/wireless_network_performance_controller.rb +132 -0
- data/lib/verizon/exceptions/api_exception.rb +10 -0
- data/lib/verizon/exceptions/connectivity_management_result_exception.rb +37 -0
- data/lib/verizon/exceptions/default_response_exception.rb +37 -0
- data/lib/verizon/exceptions/device_diagnostics_result_exception.rb +39 -0
- data/lib/verizon/exceptions/device_location_result_exception.rb +37 -0
- data/lib/verizon/exceptions/edge_discovery_result_exception.rb +43 -0
- data/lib/verizon/exceptions/edge_performance_result_exception.rb +37 -0
- data/lib/verizon/exceptions/esim_rest_error_response_exception.rb +37 -0
- data/lib/verizon/exceptions/fota_v1_result_exception.rb +37 -0
- data/lib/verizon/exceptions/fota_v2_result_exception.rb +37 -0
- data/lib/verizon/exceptions/fota_v3_result_exception.rb +37 -0
- data/lib/verizon/exceptions/gio_rest_error_response_exception.rb +37 -0
- data/lib/verizon/exceptions/hyper_precise_location_result_exception.rb +47 -0
- data/lib/verizon/exceptions/intelligence_result_exception.rb +37 -0
- data/lib/verizon/exceptions/oauth_provider_exception.rb +48 -0
- data/lib/verizon/exceptions/ready_sim_rest_error_response_exception.rb +37 -0
- data/lib/verizon/exceptions/rest_error_response_exception.rb +37 -0
- data/lib/verizon/exceptions/security_result_exception.rb +42 -0
- data/lib/verizon/exceptions/wnp_rest_error_response_exception.rb +37 -0
- data/lib/verizon/http/api_response.rb +21 -0
- data/lib/verizon/http/auth/oauth_2.rb +97 -0
- data/lib/verizon/http/auth/thingspace_oauth.rb +89 -0
- data/lib/verizon/http/http_call_back.rb +10 -0
- data/lib/verizon/http/http_method_enum.rb +10 -0
- data/lib/verizon/http/http_request.rb +10 -0
- data/lib/verizon/http/http_response.rb +10 -0
- data/lib/verizon/models/acceleration.rb +70 -0
- data/lib/verizon/models/account.rb +142 -0
- data/lib/verizon/models/account_device_list.rb +69 -0
- data/lib/verizon/models/account_device_list_filter.rb +58 -0
- data/lib/verizon/models/account_device_list_request.rb +164 -0
- data/lib/verizon/models/account_device_list_result.rb +71 -0
- data/lib/verizon/models/account_identifier.rb +52 -0
- data/lib/verizon/models/account_labels.rb +77 -0
- data/lib/verizon/models/account_lead.rb +72 -0
- data/lib/verizon/models/account_leads_result.rb +69 -0
- data/lib/verizon/models/account_license_device_list_item.rb +70 -0
- data/lib/verizon/models/account_license_info.rb +113 -0
- data/lib/verizon/models/account_service.rb +79 -0
- data/lib/verizon/models/account_states_and_services.rb +58 -0
- data/lib/verizon/models/accuracy_mode_enum.rb +20 -0
- data/lib/verizon/models/activate.rb +48 -0
- data/lib/verizon/models/activate_device_profile_request.rb +87 -0
- data/lib/verizon/models/active_anomaly_indicator.rb +51 -0
- data/lib/verizon/models/active_trigger_indicator.rb +51 -0
- data/lib/verizon/models/add_devices_request.rb +131 -0
- data/lib/verizon/models/add_devices_result.rb +70 -0
- data/lib/verizon/models/address.rb +137 -0
- data/lib/verizon/models/address_item.rb +110 -0
- data/lib/verizon/models/addressquery.rb +59 -0
- data/lib/verizon/models/aggregate_session_report.rb +92 -0
- data/lib/verizon/models/aggregate_session_report_request.rb +129 -0
- data/lib/verizon/models/aggregate_usage_error.rb +71 -0
- data/lib/verizon/models/aggregate_usage_item.rb +85 -0
- data/lib/verizon/models/aggregated_report_callback_result.rb +63 -0
- data/lib/verizon/models/aggregated_report_callback_status_enum.rb +24 -0
- data/lib/verizon/models/anomaly_detection_request.rb +73 -0
- data/lib/verizon/models/anomaly_detection_settings.rb +75 -0
- data/lib/verizon/models/anomaly_detection_trigger.rb +50 -0
- data/lib/verizon/models/anomaly_trigger_request.rb +108 -0
- data/lib/verizon/models/anomaly_trigger_result.rb +59 -0
- data/lib/verizon/models/anomaly_trigger_value.rb +123 -0
- data/lib/verizon/models/api_response_code.rb +57 -0
- data/lib/verizon/models/assign_license_request.rb +88 -0
- data/lib/verizon/models/associate_label_request.rb +58 -0
- data/lib/verizon/models/asynchronous_location_request_result.rb +71 -0
- data/lib/verizon/models/asynchronous_request_result.rb +60 -0
- data/lib/verizon/models/attribute_identifier_enum.rb +32 -0
- data/lib/verizon/models/attribute_setting.rb +110 -0
- data/lib/verizon/models/base_model.rb +62 -0
- data/lib/verizon/models/bill_usage_request.rb +78 -0
- data/lib/verizon/models/billable_usage_report.rb +124 -0
- data/lib/verizon/models/billedusage_list_request.rb +89 -0
- data/lib/verizon/models/billing_cycle.rb +60 -0
- data/lib/verizon/models/bullseye_service_request.rb +66 -0
- data/lib/verizon/models/bullseye_service_result.rb +80 -0
- data/lib/verizon/models/cache_mode_enum.rb +26 -0
- data/lib/verizon/models/callback_action_result.rb +60 -0
- data/lib/verizon/models/callback_created.rb +70 -0
- data/lib/verizon/models/callback_registered.rb +58 -0
- data/lib/verizon/models/callback_registration_request.rb +80 -0
- data/lib/verizon/models/callback_registration_result.rb +60 -0
- data/lib/verizon/models/callback_service_enum.rb +20 -0
- data/lib/verizon/models/callback_service_name_enum.rb +23 -0
- data/lib/verizon/models/callback_summary.rb +50 -0
- data/lib/verizon/models/campaign.rb +174 -0
- data/lib/verizon/models/campaign_firmware_upgrade.rb +135 -0
- data/lib/verizon/models/campaign_meta_info_protocol_enum.rb +23 -0
- data/lib/verizon/models/campaign_software.rb +215 -0
- data/lib/verizon/models/campaign_software_upgrade.rb +179 -0
- data/lib/verizon/models/campaign_status_enum.rb +41 -0
- data/lib/verizon/models/carrier_actions_request.rb +123 -0
- data/lib/verizon/models/carrier_activate_request.rb +207 -0
- data/lib/verizon/models/carrier_deactivate_request.rb +147 -0
- data/lib/verizon/models/carrier_information.rb +72 -0
- data/lib/verizon/models/change_configuration_request.rb +74 -0
- data/lib/verizon/models/change_configuration_response.rb +163 -0
- data/lib/verizon/models/change_device_id_request.rb +155 -0
- data/lib/verizon/models/change_mec_device_ip_address_response.rb +51 -0
- data/lib/verizon/models/change_mec_device_profile_response.rb +51 -0
- data/lib/verizon/models/change_mec_device_state_response.rb +51 -0
- data/lib/verizon/models/change_pmec_device_i_paddress_bulk_request.rb +66 -0
- data/lib/verizon/models/change_pmec_device_i_paddress_request.rb +66 -0
- data/lib/verizon/models/change_pmec_device_profile_bulk_request.rb +75 -0
- data/lib/verizon/models/change_pmec_device_profile_request.rb +75 -0
- data/lib/verizon/models/change_pmec_device_state_activate_request.rb +75 -0
- data/lib/verizon/models/change_pmec_device_state_bulk_activate_request.rb +75 -0
- data/lib/verizon/models/change_pmec_device_state_bulk_deactivate_request.rb +66 -0
- data/lib/verizon/models/change_pmec_device_state_deactivate_request.rb +66 -0
- data/lib/verizon/models/check_in_history_item.rb +91 -0
- data/lib/verizon/models/check_order_status_request.rb +80 -0
- data/lib/verizon/models/client_type_enum.rb +44 -0
- data/lib/verizon/models/compute_resources_type.rb +70 -0
- data/lib/verizon/models/condition.rb +59 -0
- data/lib/verizon/models/configuration.rb +50 -0
- data/lib/verizon/models/connection_event.rb +91 -0
- data/lib/verizon/models/connection_history_result.rb +74 -0
- data/lib/verizon/models/connectivity_management_callback.rb +95 -0
- data/lib/verizon/models/connectivity_management_success_result.rb +51 -0
- data/lib/verizon/models/consent_delete_request.rb +60 -0
- data/lib/verizon/models/consent_request.rb +79 -0
- data/lib/verizon/models/contact_info_update_request.rb +88 -0
- data/lib/verizon/models/coordinates.rb +60 -0
- data/lib/verizon/models/create_device_group_request.rb +91 -0
- data/lib/verizon/models/create_io_t_application_request.rb +135 -0
- data/lib/verizon/models/create_io_t_application_response.rb +74 -0
- data/lib/verizon/models/create_service_profile_result.rb +52 -0
- data/lib/verizon/models/create_subscription_request.rb +154 -0
- data/lib/verizon/models/create_target_request.rb +170 -0
- data/lib/verizon/models/create_target_request_fields.rb +60 -0
- data/lib/verizon/models/create_trigger_request.rb +135 -0
- data/lib/verizon/models/create_trigger_request_options.rb +105 -0
- data/lib/verizon/models/custom_fields.rb +57 -0
- data/lib/verizon/models/custom_fields_update_request.rb +133 -0
- data/lib/verizon/models/customer_name.rb +88 -0
- data/lib/verizon/models/customernamequery.rb +59 -0
- data/lib/verizon/models/cycle_type_enum.rb +23 -0
- data/lib/verizon/models/daily_usage_item.rb +70 -0
- data/lib/verizon/models/data_percentage100_trigger_attribute.rb +61 -0
- data/lib/verizon/models/data_percentage50_trigger_attribute.rb +61 -0
- data/lib/verizon/models/data_percentage75_trigger_attribute.rb +61 -0
- data/lib/verizon/models/data_percentage90_trigger_attribute.rb +61 -0
- data/lib/verizon/models/data_trigger_request.rb +70 -0
- data/lib/verizon/models/date_filter.rb +57 -0
- data/lib/verizon/models/deactivate_device_list.rb +59 -0
- data/lib/verizon/models/deactivate_device_profile_request.rb +107 -0
- data/lib/verizon/models/delete_devices_request.rb +70 -0
- data/lib/verizon/models/delete_devices_result.rb +73 -0
- data/lib/verizon/models/delete_service_profile_result.rb +60 -0
- data/lib/verizon/models/delete_subscription_request.rb +64 -0
- data/lib/verizon/models/delete_target_request.rb +64 -0
- data/lib/verizon/models/deregister_service_endpoint_result.rb +61 -0
- data/lib/verizon/models/device.rb +57 -0
- data/lib/verizon/models/device_activation_request.rb +67 -0
- data/lib/verizon/models/device_aggregate_usage_list_request.rb +121 -0
- data/lib/verizon/models/device_connection_list_request.rb +67 -0
- data/lib/verizon/models/device_cost_center_request.rb +153 -0
- data/lib/verizon/models/device_diagnostics_callback.rb +95 -0
- data/lib/verizon/models/device_extended_diagnostics_request.rb +68 -0
- data/lib/verizon/models/device_extended_diagnostics_result.rb +61 -0
- data/lib/verizon/models/device_filter.rb +91 -0
- data/lib/verizon/models/device_filter_without_account.rb +80 -0
- data/lib/verizon/models/device_firmware_list.rb +71 -0
- data/lib/verizon/models/device_firmware_upgrade.rb +135 -0
- data/lib/verizon/models/device_firmware_version.rb +101 -0
- data/lib/verizon/models/device_firmware_version_update_result.rb +57 -0
- data/lib/verizon/models/device_group.rb +90 -0
- data/lib/verizon/models/device_group_devices_data.rb +90 -0
- data/lib/verizon/models/device_group_update_request.rb +105 -0
- data/lib/verizon/models/device_id.rb +59 -0
- data/lib/verizon/models/device_id2.rb +60 -0
- data/lib/verizon/models/device_id_search.rb +81 -0
- data/lib/verizon/models/device_identifier.rb +68 -0
- data/lib/verizon/models/device_imei.rb +48 -0
- data/lib/verizon/models/device_info.rb +67 -0
- data/lib/verizon/models/device_labels.rb +57 -0
- data/lib/verizon/models/device_list.rb +59 -0
- data/lib/verizon/models/device_list1.rb +75 -0
- data/lib/verizon/models/device_list2.rb +59 -0
- data/lib/verizon/models/device_list7.rb +66 -0
- data/lib/verizon/models/device_list_query_item.rb +123 -0
- data/lib/verizon/models/device_list_query_result.rb +91 -0
- data/lib/verizon/models/device_list_result.rb +75 -0
- data/lib/verizon/models/device_location_callback.rb +57 -0
- data/lib/verizon/models/device_location_subscription.rb +80 -0
- data/lib/verizon/models/device_location_success_result.rb +50 -0
- data/lib/verizon/models/device_log.rb +103 -0
- data/lib/verizon/models/device_logging_request.rb +48 -0
- data/lib/verizon/models/device_logging_status.rb +57 -0
- data/lib/verizon/models/device_management_result.rb +52 -0
- data/lib/verizon/models/device_mismatch_list_request.rb +92 -0
- data/lib/verizon/models/device_mismatch_list_result.rb +61 -0
- data/lib/verizon/models/device_prl_list_request.rb +119 -0
- data/lib/verizon/models/device_profile_request.rb +79 -0
- data/lib/verizon/models/device_propertylocation.rb +60 -0
- data/lib/verizon/models/device_provisioning_history_list_request.rb +67 -0
- data/lib/verizon/models/device_provisioning_history_list_result.rb +72 -0
- data/lib/verizon/models/device_reset_request.rb +80 -0
- data/lib/verizon/models/device_service_information.rb +70 -0
- data/lib/verizon/models/device_service_request.rb +58 -0
- data/lib/verizon/models/device_software_upgrade.rb +104 -0
- data/lib/verizon/models/device_suspension_status_request.rb +80 -0
- data/lib/verizon/models/device_upgrade_history.rb +131 -0
- data/lib/verizon/models/device_upload_request.rb +93 -0
- data/lib/verizon/models/device_usage_list_request.rb +79 -0
- data/lib/verizon/models/device_usage_list_result.rb +71 -0
- data/lib/verizon/models/devices_consent_result.rb +100 -0
- data/lib/verizon/models/devices_protocol_enum.rb +26 -0
- data/lib/verizon/models/diagnostic_observation_setting.rb +81 -0
- data/lib/verizon/models/diagnostics_category.rb +71 -0
- data/lib/verizon/models/diagnostics_observation_result.rb +73 -0
- data/lib/verizon/models/diagnostics_subscription.rb +107 -0
- data/lib/verizon/models/download_time_window.rb +60 -0
- data/lib/verizon/models/edge_discovery_result_data.rb +52 -0
- data/lib/verizon/models/enable_promo_exp.rb +51 -0
- data/lib/verizon/models/enable_promo_exp1.rb +60 -0
- data/lib/verizon/models/engagement.rb +79 -0
- data/lib/verizon/models/error_response_code_enum.rb +29 -0
- data/lib/verizon/models/esi_msubrequest.rb +70 -0
- data/lib/verizon/models/esim_device_id.rb +60 -0
- data/lib/verizon/models/esim_device_list.rb +59 -0
- data/lib/verizon/models/esim_profile_request.rb +99 -0
- data/lib/verizon/models/esim_provhistory_request.rb +106 -0
- data/lib/verizon/models/esim_request_response.rb +50 -0
- data/lib/verizon/models/esim_status_response.rb +79 -0
- data/lib/verizon/models/extended_attributes.rb +60 -0
- data/lib/verizon/models/fields.rb +50 -0
- data/lib/verizon/models/fields1.rb +50 -0
- data/lib/verizon/models/fields2.rb +50 -0
- data/lib/verizon/models/fields_http_headers.rb +50 -0
- data/lib/verizon/models/filtercriteria.rb +59 -0
- data/lib/verizon/models/filtercriteria2.rb +51 -0
- data/lib/verizon/models/find_device_by_property_response.rb +182 -0
- data/lib/verizon/models/find_device_by_property_response_list.rb +60 -0
- data/lib/verizon/models/firmware.rb +130 -0
- data/lib/verizon/models/firmware_campaign.rb +172 -0
- data/lib/verizon/models/firmware_imei.rb +49 -0
- data/lib/verizon/models/firmware_package.rb +118 -0
- data/lib/verizon/models/firmware_protocol_enum.rb +26 -0
- data/lib/verizon/models/firmware_type_list_enum.rb +23 -0
- data/lib/verizon/models/firmware_upgrade.rb +122 -0
- data/lib/verizon/models/firmware_upgrade_change_request.rb +57 -0
- data/lib/verizon/models/firmware_upgrade_change_result.rb +81 -0
- data/lib/verizon/models/firmware_upgrade_device_list_item.rb +73 -0
- data/lib/verizon/models/firmware_upgrade_request.rb +93 -0
- data/lib/verizon/models/flow_info.rb +90 -0
- data/lib/verizon/models/fota_v1_callback_registration_request.rb +80 -0
- data/lib/verizon/models/fota_v1_callback_registration_result.rb +62 -0
- data/lib/verizon/models/fota_v1_success_result.rb +50 -0
- data/lib/verizon/models/fota_v2_callback_registration_request.rb +50 -0
- data/lib/verizon/models/fota_v2_callback_registration_result.rb +50 -0
- data/lib/verizon/models/fota_v2_subscription.rb +91 -0
- data/lib/verizon/models/fota_v2_success_result.rb +48 -0
- data/lib/verizon/models/fota_v3_callback_registration_request.rb +50 -0
- data/lib/verizon/models/fota_v3_callback_registration_result.rb +50 -0
- data/lib/verizon/models/fota_v3_callback_summary.rb +50 -0
- data/lib/verizon/models/fota_v3_subscription.rb +91 -0
- data/lib/verizon/models/fota_v3_success_result.rb +48 -0
- data/lib/verizon/models/generate_external_id_request.rb +52 -0
- data/lib/verizon/models/generate_external_id_result.rb +50 -0
- data/lib/verizon/models/get_device_experience_score_bulk_request.rb +66 -0
- data/lib/verizon/models/get_device_experience_score_history_request.rb +57 -0
- data/lib/verizon/models/get_device_list_with_profiles_request.rb +104 -0
- data/lib/verizon/models/get_mec_performance_consent_response.rb +50 -0
- data/lib/verizon/models/get_network_conditions_request.rb +66 -0
- data/lib/verizon/models/get_trigger_response.rb +200 -0
- data/lib/verizon/models/get_trigger_response_list.rb +59 -0
- data/lib/verizon/models/get_wireless_coverage_request.rb +93 -0
- data/lib/verizon/models/get_wireless_coverage_request_fwa.rb +93 -0
- data/lib/verizon/models/gio_deactivate_device_profile_request.rb +99 -0
- data/lib/verizon/models/gio_device_id.rb +57 -0
- data/lib/verizon/models/gio_device_list.rb +59 -0
- data/lib/verizon/models/gio_profile_request.rb +87 -0
- data/lib/verizon/models/gio_request_response.rb +50 -0
- data/lib/verizon/models/gio_sms_message.rb +88 -0
- data/lib/verizon/models/giosms_send_request.rb +136 -0
- data/lib/verizon/models/go_to_state_request.rb +222 -0
- data/lib/verizon/models/gpu.rb +83 -0
- data/lib/verizon/models/history.rb +69 -0
- data/lib/verizon/models/history_attribute_value.rb +79 -0
- data/lib/verizon/models/history_search_filter.rb +69 -0
- data/lib/verizon/models/history_search_filter_attributes.rb +50 -0
- data/lib/verizon/models/history_search_limit_time.rb +70 -0
- data/lib/verizon/models/history_search_request.rb +84 -0
- data/lib/verizon/models/http_status_code_enum.rb +228 -0
- data/lib/verizon/models/hyper_precise_location_callback.rb +61 -0
- data/lib/verizon/models/hyper_precise_location_fault.rb +70 -0
- data/lib/verizon/models/i_error_message.rb +82 -0
- data/lib/verizon/models/id.rb +62 -0
- data/lib/verizon/models/intelligence_success_result.rb +50 -0
- data/lib/verizon/models/ip_pool.rb +71 -0
- data/lib/verizon/models/key_data_percentage50.rb +60 -0
- data/lib/verizon/models/key_service_plan.rb +50 -0
- data/lib/verizon/models/keyschunk2.rb +139 -0
- data/lib/verizon/models/keysms_percentage50.rb +60 -0
- data/lib/verizon/models/kpi_info.rb +121 -0
- data/lib/verizon/models/kpi_info_list.rb +59 -0
- data/lib/verizon/models/kv_pair.rb +60 -0
- data/lib/verizon/models/label.rb +60 -0
- data/lib/verizon/models/labels_list.rb +59 -0
- data/lib/verizon/models/license_device_id.rb +62 -0
- data/lib/verizon/models/license_device_list.rb +69 -0
- data/lib/verizon/models/list_all_service_endpoints_result.rb +60 -0
- data/lib/verizon/models/list_mec_platforms_result.rb +62 -0
- data/lib/verizon/models/list_optimal_service_endpoints_result.rb +59 -0
- data/lib/verizon/models/list_regions_result.rb +61 -0
- data/lib/verizon/models/list_service_profiles_result.rb +61 -0
- data/lib/verizon/models/location.rb +70 -0
- data/lib/verizon/models/location_report.rb +102 -0
- data/lib/verizon/models/location_report_status.rb +60 -0
- data/lib/verizon/models/location_request.rb +88 -0
- data/lib/verizon/models/locations.rb +59 -0
- data/lib/verizon/models/locationscoord.rb +57 -0
- data/lib/verizon/models/log_in_request.rb +58 -0
- data/lib/verizon/models/log_in_result.rb +52 -0
- data/lib/verizon/models/log_out_request.rb +50 -0
- data/lib/verizon/models/m201success.rb +50 -0
- data/lib/verizon/models/managed_acc_added_list.rb +60 -0
- data/lib/verizon/models/managed_acc_provisioned_list.rb +60 -0
- data/lib/verizon/models/managed_account_cancel_request.rb +84 -0
- data/lib/verizon/models/managed_account_cancel_response.rb +93 -0
- data/lib/verizon/models/managed_accounts_add_request.rb +76 -0
- data/lib/verizon/models/managed_accounts_add_response.rb +69 -0
- data/lib/verizon/models/managed_accounts_get_all_response.rb +91 -0
- data/lib/verizon/models/managed_accounts_provision_request.rb +84 -0
- data/lib/verizon/models/managed_accounts_provision_response.rb +100 -0
- data/lib/verizon/models/mec_device_id.rb +57 -0
- data/lib/verizon/models/mec_device_list.rb +57 -0
- data/lib/verizon/models/mec_performance_metrics.rb +90 -0
- data/lib/verizon/models/mec_performance_query_result.rb +60 -0
- data/lib/verizon/models/mec_platform_resource.rb +95 -0
- data/lib/verizon/models/mec_platform_status_enum.rb +26 -0
- data/lib/verizon/models/mec_platforms_additional_support_info.rb +60 -0
- data/lib/verizon/models/mec_platforms_additional_support_info_data.rb +51 -0
- data/lib/verizon/models/mec_profile.rb +60 -0
- data/lib/verizon/models/mec_profile_list.rb +59 -0
- data/lib/verizon/models/mismatched_device.rb +112 -0
- data/lib/verizon/models/move_device_request.rb +137 -0
- data/lib/verizon/models/network_resources_type.rb +98 -0
- data/lib/verizon/models/network_type.rb +50 -0
- data/lib/verizon/models/no_of_days_b4_promo_exp.rb +60 -0
- data/lib/verizon/models/notification.rb +179 -0
- data/lib/verizon/models/notification_group_name_trigger_attribute.rb +50 -0
- data/lib/verizon/models/notification_report_request.rb +85 -0
- data/lib/verizon/models/notification_report_status_request.rb +78 -0
- data/lib/verizon/models/numerical_data.rb +60 -0
- data/lib/verizon/models/numerical_data_unit_enum.rb +29 -0
- data/lib/verizon/models/oauth_provider_error_enum.rb +45 -0
- data/lib/verizon/models/oauth_scope_oauth_2enum.rb +63 -0
- data/lib/verizon/models/oauth_token.rb +100 -0
- data/lib/verizon/models/observation_request.rb +107 -0
- data/lib/verizon/models/observation_request_attribute.rb +50 -0
- data/lib/verizon/models/place_of_use.rb +63 -0
- data/lib/verizon/models/position_data.rb +100 -0
- data/lib/verizon/models/position_error.rb +80 -0
- data/lib/verizon/models/primary_place_of_use.rb +78 -0
- data/lib/verizon/models/profile_change_state_request.rb +75 -0
- data/lib/verizon/models/profile_request.rb +137 -0
- data/lib/verizon/models/profile_request2.rb +109 -0
- data/lib/verizon/models/promo_alert.rb +89 -0
- data/lib/verizon/models/promo_alert1.rb +81 -0
- data/lib/verizon/models/promo_alert_trigger_request.rb +117 -0
- data/lib/verizon/models/property_device_id.rb +62 -0
- data/lib/verizon/models/provhistory_request.rb +106 -0
- data/lib/verizon/models/provisioning_history.rb +130 -0
- data/lib/verizon/models/qos_device_id.rb +60 -0
- data/lib/verizon/models/qos_device_info.rb +78 -0
- data/lib/verizon/models/query_mec_performance_metrics_request.rb +57 -0
- data/lib/verizon/models/query_subscription_request.rb +78 -0
- data/lib/verizon/models/query_target_request.rb +78 -0
- data/lib/verizon/models/ready_sim_device_id.rb +60 -0
- data/lib/verizon/models/ready_sim_service_plan.rb +50 -0
- data/lib/verizon/models/region.rb +100 -0
- data/lib/verizon/models/register_callback_request.rb +80 -0
- data/lib/verizon/models/register_service_endpoint_result.rb +53 -0
- data/lib/verizon/models/registered_callbacks.rb +92 -0
- data/lib/verizon/models/remove_device_request.rb +61 -0
- data/lib/verizon/models/report_status_enum.rb +26 -0
- data/lib/verizon/models/request_body_for_usage.rb +106 -0
- data/lib/verizon/models/request_body_for_usage1.rb +96 -0
- data/lib/verizon/models/request_response.rb +50 -0
- data/lib/verizon/models/request_status_enum.rb +26 -0
- data/lib/verizon/models/request_trigger.rb +111 -0
- data/lib/verizon/models/resource_identifier.rb +61 -0
- data/lib/verizon/models/resources_edge_hosted_service.rb +96 -0
- data/lib/verizon/models/resources_edge_hosted_service_with_profile_id.rb +107 -0
- data/lib/verizon/models/resources_service_endpoint.rb +90 -0
- data/lib/verizon/models/resources_service_profile.rb +119 -0
- data/lib/verizon/models/resources_service_profile_with_id.rb +129 -0
- data/lib/verizon/models/response_code_enum.rb +29 -0
- data/lib/verizon/models/response_to_usage_query.rb +79 -0
- data/lib/verizon/models/retrieve_monitors_request.rb +78 -0
- data/lib/verizon/models/retrieves_available_files_response.rb +124 -0
- data/lib/verizon/models/retrieves_available_files_response_list.rb +59 -0
- data/lib/verizon/models/schedules_software_upgrade_request.rb +186 -0
- data/lib/verizon/models/search_device_by_property_fields.rb +122 -0
- data/lib/verizon/models/search_device_by_property_response.rb +192 -0
- data/lib/verizon/models/search_device_by_property_response_list.rb +59 -0
- data/lib/verizon/models/search_device_event_history_request.rb +96 -0
- data/lib/verizon/models/search_device_event_history_response_list.rb +62 -0
- data/lib/verizon/models/search_device_response.rb +173 -0
- data/lib/verizon/models/search_sensor_history_request.rb +82 -0
- data/lib/verizon/models/search_sensor_history_response_list.rb +59 -0
- data/lib/verizon/models/security_subscription.rb +114 -0
- data/lib/verizon/models/security_subscription_request.rb +67 -0
- data/lib/verizon/models/security_subscription_result.rb +70 -0
- data/lib/verizon/models/security_success_result.rb +54 -0
- data/lib/verizon/models/sensitivity_parameters.rb +86 -0
- data/lib/verizon/models/service_name_enum.rb +23 -0
- data/lib/verizon/models/service_plan.rb +103 -0
- data/lib/verizon/models/service_plan_trigger_attribute.rb +50 -0
- data/lib/verizon/models/service_plan_update_request.rb +154 -0
- data/lib/verizon/models/service_usage.rb +61 -0
- data/lib/verizon/models/session_report.rb +96 -0
- data/lib/verizon/models/session_report_request.rb +105 -0
- data/lib/verizon/models/session_reset_password_request.rb +48 -0
- data/lib/verizon/models/session_reset_password_result.rb +50 -0
- data/lib/verizon/models/session_trigger_request.rb +60 -0
- data/lib/verizon/models/set_fallback_attribute_request.rb +77 -0
- data/lib/verizon/models/sms_event_history_request.rb +86 -0
- data/lib/verizon/models/sms_message.rb +80 -0
- data/lib/verizon/models/sms_messages_query_result.rb +72 -0
- data/lib/verizon/models/sms_messages_response.rb +69 -0
- data/lib/verizon/models/sms_number.rb +60 -0
- data/lib/verizon/models/sms_options_send_request.rb +60 -0
- data/lib/verizon/models/sms_send_request.rb +132 -0
- data/lib/verizon/models/sms_trigger_request.rb +70 -0
- data/lib/verizon/models/software_package.rb +106 -0
- data/lib/verizon/models/state.rb +72 -0
- data/lib/verizon/models/status.rb +50 -0
- data/lib/verizon/models/status1_enum.rb +23 -0
- data/lib/verizon/models/status_list.rb +70 -0
- data/lib/verizon/models/status_response.rb +79 -0
- data/lib/verizon/models/stop_monitor_request.rb +57 -0
- data/lib/verizon/models/subrequest.rb +60 -0
- data/lib/verizon/models/subscribe_request.rb +66 -0
- data/lib/verizon/models/subscription.rb +245 -0
- data/lib/verizon/models/success.rb +50 -0
- data/lib/verizon/models/success_response.rb +50 -0
- data/lib/verizon/models/synchronous_location_request_result.rb +57 -0
- data/lib/verizon/models/target.rb +171 -0
- data/lib/verizon/models/target_authentication.rb +60 -0
- data/lib/verizon/models/target_authentication_body.rb +90 -0
- data/lib/verizon/models/target_authentication_body_headers.rb +60 -0
- data/lib/verizon/models/target_authentication_body_host.rb +50 -0
- data/lib/verizon/models/thingspace_device.rb +213 -0
- data/lib/verizon/models/transaction_id.rb +51 -0
- data/lib/verizon/models/trigger_attributes_options.rb +61 -0
- data/lib/verizon/models/trigger_type1.rb +94 -0
- data/lib/verizon/models/trigger_type2.rb +61 -0
- data/lib/verizon/models/trigger_type3.rb +104 -0
- data/lib/verizon/models/trigger_value_response.rb +59 -0
- data/lib/verizon/models/trigger_value_response2.rb +59 -0
- data/lib/verizon/models/triggers_list_options.rb +144 -0
- data/lib/verizon/models/triggervalues.rb +148 -0
- data/lib/verizon/models/triggervalues2.rb +158 -0
- data/lib/verizon/models/update_service_endpoint_result.rb +60 -0
- data/lib/verizon/models/update_service_profile_result.rb +60 -0
- data/lib/verizon/models/update_trigger_request.rb +170 -0
- data/lib/verizon/models/update_trigger_request_options.rb +115 -0
- data/lib/verizon/models/upgrade_list_query_result.rb +83 -0
- data/lib/verizon/models/upgrade_status_enum.rb +35 -0
- data/lib/verizon/models/upload_and_schedule_file_request.rb +176 -0
- data/lib/verizon/models/upload_and_schedule_file_response.rb +256 -0
- data/lib/verizon/models/upload_configuration_files_response.rb +133 -0
- data/lib/verizon/models/uploads_activates_device_request.rb +128 -0
- data/lib/verizon/models/usage.rb +111 -0
- data/lib/verizon/models/usage_anomaly_attributes.rb +119 -0
- data/lib/verizon/models/usage_history.rb +119 -0
- data/lib/verizon/models/usage_request_response.rb +50 -0
- data/lib/verizon/models/usage_trigger_add_request.rb +135 -0
- data/lib/verizon/models/usage_trigger_response.rb +152 -0
- data/lib/verizon/models/usage_trigger_update_request.rb +94 -0
- data/lib/verizon/models/user_equipment_identity_type_enum.rb +20 -0
- data/lib/verizon/models/v1_account_subscription.rb +91 -0
- data/lib/verizon/models/v1_device_list_item.rb +72 -0
- data/lib/verizon/models/v1_licenses_assigned_removed_request.rb +48 -0
- data/lib/verizon/models/v1_licenses_assigned_removed_result.rb +89 -0
- data/lib/verizon/models/v1_list_of_licenses_to_remove.rb +89 -0
- data/lib/verizon/models/v1_list_of_licenses_to_remove_request.rb +62 -0
- data/lib/verizon/models/v1_list_of_licenses_to_remove_result.rb +60 -0
- data/lib/verizon/models/v2_account_device.rb +173 -0
- data/lib/verizon/models/v2_account_device_list.rb +96 -0
- data/lib/verizon/models/v2_add_or_remove_device_request.rb +57 -0
- data/lib/verizon/models/v2_add_or_remove_device_result.rb +66 -0
- data/lib/verizon/models/v2_campaign_device.rb +97 -0
- data/lib/verizon/models/v2_campaign_history.rb +80 -0
- data/lib/verizon/models/v2_campaign_meta_info.rb +215 -0
- data/lib/verizon/models/v2_change_campaign_dates_request.rb +125 -0
- data/lib/verizon/models/v2_device_status.rb +68 -0
- data/lib/verizon/models/v2_license_device.rb +60 -0
- data/lib/verizon/models/v2_license_imei.rb +59 -0
- data/lib/verizon/models/v2_license_summary.rb +117 -0
- data/lib/verizon/models/v2_licenses_assigned_removed_result.rb +84 -0
- data/lib/verizon/models/v2_list_of_licenses_to_remove.rb +75 -0
- data/lib/verizon/models/v2_list_of_licenses_to_remove_request.rb +69 -0
- data/lib/verizon/models/v2_list_of_licenses_to_remove_result.rb +57 -0
- data/lib/verizon/models/v2_software_info.rb +66 -0
- data/lib/verizon/models/v2_time_window.rb +57 -0
- data/lib/verizon/models/v3_account_device.rb +200 -0
- data/lib/verizon/models/v3_account_device_list.rb +96 -0
- data/lib/verizon/models/v3_add_or_remove_device_request.rb +57 -0
- data/lib/verizon/models/v3_add_or_remove_device_result.rb +75 -0
- data/lib/verizon/models/v3_campaign_device.rb +97 -0
- data/lib/verizon/models/v3_campaign_history.rb +80 -0
- data/lib/verizon/models/v3_campaign_meta_info.rb +175 -0
- data/lib/verizon/models/v3_change_campaign_dates_request.rb +80 -0
- data/lib/verizon/models/v3_device.rb +248 -0
- data/lib/verizon/models/v3_device_list_item.rb +70 -0
- data/lib/verizon/models/v3_device_status.rb +123 -0
- data/lib/verizon/models/v3_license_assigned_removed_result.rb +84 -0
- data/lib/verizon/models/v3_license_device.rb +60 -0
- data/lib/verizon/models/v3_license_imei.rb +48 -0
- data/lib/verizon/models/v3_license_summary.rb +117 -0
- data/lib/verizon/models/v3_software_info.rb +66 -0
- data/lib/verizon/models/v3_time_window.rb +57 -0
- data/lib/verizon/models/wnp_request_response.rb +50 -0
- data/lib/verizon/utilities/date_time_helper.rb +11 -0
- data/lib/verizon/utilities/file_wrapper.rb +16 -0
- data/lib/verizon.rb +630 -0
- metadata +683 -0
@@ -0,0 +1,89 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# UsageTriggerManagementController
|
8
|
+
class UsageTriggerManagementController < BaseController
|
9
|
+
# Create a new usage trigger, which will send an alert when the number of
|
10
|
+
# device location service transactions reaches a specified percentage of the
|
11
|
+
# monthly subscription amount.
|
12
|
+
# @param [UsageTriggerAddRequest] body Optional parameter: License
|
13
|
+
# assignment.
|
14
|
+
# @return [UsageTriggerResponse] response from the API call
|
15
|
+
def create_new_trigger(body: nil)
|
16
|
+
new_api_call_builder
|
17
|
+
.request(new_request_builder(HttpMethodEnum::POST,
|
18
|
+
'/usage/triggers',
|
19
|
+
Server::SUBSCRIPTION_SERVER)
|
20
|
+
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
21
|
+
.body_param(new_parameter(body))
|
22
|
+
.header_param(new_parameter('application/json', key: 'accept'))
|
23
|
+
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
24
|
+
.auth(Single.new('oAuth2')))
|
25
|
+
.response(new_response_handler
|
26
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
27
|
+
.deserialize_into(UsageTriggerResponse.method(:from_hash))
|
28
|
+
.is_api_response(true)
|
29
|
+
.local_error('400',
|
30
|
+
'Unexpected error',
|
31
|
+
DeviceLocationResultException))
|
32
|
+
.execute
|
33
|
+
end
|
34
|
+
|
35
|
+
# Update an existing usage trigger
|
36
|
+
# @param [String] trigger_id Required parameter: Usage trigger ID
|
37
|
+
# @param [UsageTriggerUpdateRequest] body Optional parameter: New trigger
|
38
|
+
# values
|
39
|
+
# @return [UsageTriggerResponse] response from the API call
|
40
|
+
def update_trigger(trigger_id,
|
41
|
+
body: nil)
|
42
|
+
new_api_call_builder
|
43
|
+
.request(new_request_builder(HttpMethodEnum::POST,
|
44
|
+
'/usage/triggers/{triggerId}',
|
45
|
+
Server::SUBSCRIPTION_SERVER)
|
46
|
+
.template_param(new_parameter(trigger_id, key: 'triggerId')
|
47
|
+
.should_encode(true))
|
48
|
+
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
49
|
+
.body_param(new_parameter(body))
|
50
|
+
.header_param(new_parameter('application/json', key: 'accept'))
|
51
|
+
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
52
|
+
.auth(Single.new('oAuth2')))
|
53
|
+
.response(new_response_handler
|
54
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
55
|
+
.deserialize_into(UsageTriggerResponse.method(:from_hash))
|
56
|
+
.is_api_response(true)
|
57
|
+
.local_error('400',
|
58
|
+
'Unexpected error',
|
59
|
+
DeviceLocationResultException))
|
60
|
+
.execute
|
61
|
+
end
|
62
|
+
|
63
|
+
# eletes the specified usage trigger from the given account
|
64
|
+
# @param [String] account_name Required parameter: Account name
|
65
|
+
# @param [String] trigger_id Required parameter: Usage trigger ID
|
66
|
+
# @return [DeviceLocationSuccessResult] response from the API call
|
67
|
+
def delete_trigger(account_name,
|
68
|
+
trigger_id)
|
69
|
+
new_api_call_builder
|
70
|
+
.request(new_request_builder(HttpMethodEnum::DELETE,
|
71
|
+
'/usage/accounts/{accountName}/triggers/{triggerId}',
|
72
|
+
Server::SUBSCRIPTION_SERVER)
|
73
|
+
.template_param(new_parameter(account_name, key: 'accountName')
|
74
|
+
.should_encode(true))
|
75
|
+
.template_param(new_parameter(trigger_id, key: 'triggerId')
|
76
|
+
.should_encode(true))
|
77
|
+
.header_param(new_parameter('application/json', key: 'accept'))
|
78
|
+
.auth(Single.new('oAuth2')))
|
79
|
+
.response(new_response_handler
|
80
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
81
|
+
.deserialize_into(DeviceLocationSuccessResult.method(:from_hash))
|
82
|
+
.is_api_response(true)
|
83
|
+
.local_error('400',
|
84
|
+
'Unexpected error',
|
85
|
+
DeviceLocationResultException))
|
86
|
+
.execute
|
87
|
+
end
|
88
|
+
end
|
89
|
+
end
|
@@ -0,0 +1,132 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# WirelessNetworkPerformanceController
|
8
|
+
class WirelessNetworkPerformanceController < BaseController
|
9
|
+
# WNP Query for current network condition.
|
10
|
+
# @param [GetNetworkConditionsRequest] body Required parameter: Request for
|
11
|
+
# current network health.
|
12
|
+
# @return [WNPRequestResponse] response from the API call
|
13
|
+
def near_real_time_network_conditions(body)
|
14
|
+
new_api_call_builder
|
15
|
+
.request(new_request_builder(HttpMethodEnum::POST,
|
16
|
+
'/m2m/v1/intelligence/network-conditions',
|
17
|
+
Server::THINGSPACE)
|
18
|
+
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
19
|
+
.body_param(new_parameter(body))
|
20
|
+
.header_param(new_parameter('application/json', key: 'accept'))
|
21
|
+
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
22
|
+
.auth(Single.new('thingspace_oauth')))
|
23
|
+
.response(new_response_handler
|
24
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
25
|
+
.deserialize_into(WNPRequestResponse.method(:from_hash))
|
26
|
+
.is_api_response(true)
|
27
|
+
.local_error('default',
|
28
|
+
'Error response',
|
29
|
+
WNPRestErrorResponseException))
|
30
|
+
.execute
|
31
|
+
end
|
32
|
+
|
33
|
+
# Run a report to determine network types available and available coverage.
|
34
|
+
# Network types covered include: CAT-M, NB-IOT, LTE, LTE-AWS and 5GNW.
|
35
|
+
# @param [GetWirelessCoverageRequest] body Required parameter: Request for
|
36
|
+
# network coverage details.
|
37
|
+
# @return [WNPRequestResponse] response from the API call
|
38
|
+
def domestic4g_and_5g_nationwide_network_coverage(body)
|
39
|
+
new_api_call_builder
|
40
|
+
.request(new_request_builder(HttpMethodEnum::POST,
|
41
|
+
'/m2m/v1/intelligence/wireless-coverage',
|
42
|
+
Server::THINGSPACE)
|
43
|
+
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
44
|
+
.body_param(new_parameter(body))
|
45
|
+
.header_param(new_parameter('application/json', key: 'accept'))
|
46
|
+
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
47
|
+
.auth(Single.new('thingspace_oauth')))
|
48
|
+
.response(new_response_handler
|
49
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
50
|
+
.deserialize_into(WNPRequestResponse.method(:from_hash))
|
51
|
+
.is_api_response(true)
|
52
|
+
.local_error('default',
|
53
|
+
'Error response',
|
54
|
+
WNPRestErrorResponseException))
|
55
|
+
.execute
|
56
|
+
end
|
57
|
+
|
58
|
+
# Identify the direction and general distance of nearby cell sites and the
|
59
|
+
# technology supported by the equipment.
|
60
|
+
# @param [GetNetworkConditionsRequest] body Required parameter: Request for
|
61
|
+
# cell site proximity.
|
62
|
+
# @return [WNPRequestResponse] response from the API call
|
63
|
+
def site_proximity(body)
|
64
|
+
new_api_call_builder
|
65
|
+
.request(new_request_builder(HttpMethodEnum::POST,
|
66
|
+
'/m2m/v1/intelligence/site-proximity/action/list',
|
67
|
+
Server::THINGSPACE)
|
68
|
+
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
69
|
+
.body_param(new_parameter(body))
|
70
|
+
.header_param(new_parameter('application/json', key: 'accept'))
|
71
|
+
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
72
|
+
.auth(Single.new('thingspace_oauth')))
|
73
|
+
.response(new_response_handler
|
74
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
75
|
+
.deserialize_into(WNPRequestResponse.method(:from_hash))
|
76
|
+
.is_api_response(true)
|
77
|
+
.local_error('default',
|
78
|
+
'Error response',
|
79
|
+
WNPRestErrorResponseException))
|
80
|
+
.execute
|
81
|
+
end
|
82
|
+
|
83
|
+
# A report of a specific device's service scores over a 30 day period.
|
84
|
+
# @param [GetDeviceExperienceScoreHistoryRequest] body Required parameter:
|
85
|
+
# Request for a device's 30 day experience.
|
86
|
+
# @return [WNPRequestResponse] response from the API call
|
87
|
+
def device_experience30days_history(body)
|
88
|
+
new_api_call_builder
|
89
|
+
.request(new_request_builder(HttpMethodEnum::POST,
|
90
|
+
'/m2m/v1/intelligence/device-experience/history/30-days',
|
91
|
+
Server::THINGSPACE)
|
92
|
+
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
93
|
+
.body_param(new_parameter(body))
|
94
|
+
.header_param(new_parameter('application/json', key: 'accept'))
|
95
|
+
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
96
|
+
.auth(Single.new('thingspace_oauth')))
|
97
|
+
.response(new_response_handler
|
98
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
99
|
+
.deserialize_into(WNPRequestResponse.method(:from_hash))
|
100
|
+
.is_api_response(true)
|
101
|
+
.local_error('default',
|
102
|
+
'Error response',
|
103
|
+
WNPRestErrorResponseException))
|
104
|
+
.execute
|
105
|
+
end
|
106
|
+
|
107
|
+
# Run a report to view the latest device experience score for specific
|
108
|
+
# devices.
|
109
|
+
# @param [GetDeviceExperienceScoreBulkRequest] body Required parameter:
|
110
|
+
# Request for bulk latest history details.
|
111
|
+
# @return [WNPRequestResponse] response from the API call
|
112
|
+
def device_experience_bulk_latest(body)
|
113
|
+
new_api_call_builder
|
114
|
+
.request(new_request_builder(HttpMethodEnum::POST,
|
115
|
+
'/m2m/v1/intelligence/device-experience/bulk/latest',
|
116
|
+
Server::THINGSPACE)
|
117
|
+
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
118
|
+
.body_param(new_parameter(body))
|
119
|
+
.header_param(new_parameter('application/json', key: 'accept'))
|
120
|
+
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
121
|
+
.auth(Single.new('thingspace_oauth')))
|
122
|
+
.response(new_response_handler
|
123
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
124
|
+
.deserialize_into(WNPRequestResponse.method(:from_hash))
|
125
|
+
.is_api_response(true)
|
126
|
+
.local_error('default',
|
127
|
+
'Error response',
|
128
|
+
WNPRestErrorResponseException))
|
129
|
+
.execute
|
130
|
+
end
|
131
|
+
end
|
132
|
+
end
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Class for exceptions when there is a network error, status code error, etc.
|
8
|
+
class APIException < CoreLibrary::ApiException
|
9
|
+
end
|
10
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Response to errors.
|
8
|
+
class ConnectivityManagementResultException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# Code of the error.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# Details of the error.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# DefaultResponse class.
|
8
|
+
class DefaultResponseException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# All error messages are returned in this format. Error codes and messages are
|
8
|
+
# listed on the Error Codes page, along with explanations and suggestions for
|
9
|
+
# corrective actions.
|
10
|
+
class DeviceDiagnosticsResultException < APIException
|
11
|
+
SKIP = Object.new
|
12
|
+
private_constant :SKIP
|
13
|
+
|
14
|
+
# Simple error code.
|
15
|
+
# @return [String]
|
16
|
+
attr_accessor :error_code
|
17
|
+
|
18
|
+
# Detailed error message.
|
19
|
+
# @return [String]
|
20
|
+
attr_accessor :error_message
|
21
|
+
|
22
|
+
# The constructor.
|
23
|
+
# @param [String] The reason for raising an exception.
|
24
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
25
|
+
def initialize(reason, response)
|
26
|
+
super(reason, response)
|
27
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
28
|
+
unbox(hash)
|
29
|
+
end
|
30
|
+
|
31
|
+
# Populates this object by extracting properties from a hash.
|
32
|
+
# @param [Hash] The deserialized response sent by the server in the
|
33
|
+
# response body.
|
34
|
+
def unbox(hash)
|
35
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : nil
|
36
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : nil
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Will be empty if there was no error.
|
8
|
+
class DeviceLocationResultException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : nil
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : nil
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Base type for all errors.
|
8
|
+
class EdgeDiscoveryResultException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# HTTP status code or status of response.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :status
|
15
|
+
|
16
|
+
# Error details.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :message
|
19
|
+
|
20
|
+
# For cases where user input exceeds the boundary values an additional
|
21
|
+
# 'data' key will be returned with a relevant description.
|
22
|
+
# @return [EdgeDiscoveryResultData]
|
23
|
+
attr_accessor :data
|
24
|
+
|
25
|
+
# The constructor.
|
26
|
+
# @param [String] The reason for raising an exception.
|
27
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
28
|
+
def initialize(reason, response)
|
29
|
+
super(reason, response)
|
30
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
31
|
+
unbox(hash)
|
32
|
+
end
|
33
|
+
|
34
|
+
# Populates this object by extracting properties from a hash.
|
35
|
+
# @param [Hash] The deserialized response sent by the server in the
|
36
|
+
# response body.
|
37
|
+
def unbox(hash)
|
38
|
+
@status = hash.key?('status') ? hash['status'] : nil
|
39
|
+
@message = hash.key?('message') ? hash['message'] : nil
|
40
|
+
@data = EdgeDiscoveryResultData.from_hash(hash['data']) if hash['data']
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Types of errors in response.
|
8
|
+
class EdgePerformanceResultException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# HTTP status code.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :status
|
15
|
+
|
16
|
+
# Error details.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@status = hash.key?('status') ? hash['status'] : SKIP
|
34
|
+
@message = hash.key?('message') ? hash['message'] : SKIP
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# eSIMRestErrorResponse class.
|
8
|
+
class ESIMRestErrorResponseException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Response in case of any errors.
|
8
|
+
class FotaV1ResultException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# Error response code.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# Description of the error.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : nil
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : nil
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Response for error cases.
|
8
|
+
class FotaV2ResultException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# Code of the error.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# Details of the error.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : nil
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : nil
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Error response.
|
8
|
+
class FotaV3ResultException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# Error code string.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# Error message string.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : nil
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : nil
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# GIORestErrorResponse class.
|
8
|
+
class GIORestErrorResponseException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|