sdksio-verizon-apis-sdk 1.6.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +4 -2
- data/README.md +110 -31
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/api_helper.rb +2 -2
- data/lib/verizon/client.rb +505 -0
- data/lib/verizon/configuration.rb +150 -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_thing_space_quality_of_service_api_endpoints → verizon}/controllers/base_controller.rb +2 -2
- 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 +177 -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 +113 -0
- data/lib/verizon/controllers/device_management_controller.rb +743 -0
- data/lib/verizon/controllers/device_monitoring_controller.rb +56 -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 +173 -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 +164 -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 +92 -0
- data/lib/verizon/controllers/hyper_precise_location_callbacks_controller.rb +133 -0
- data/lib/verizon/controllers/m_5g_bi_device_actions_controller.rb +88 -0
- data/lib/verizon/controllers/m_5g_edge_platforms_controller.rb +87 -0
- data/lib/verizon/controllers/m_v2_triggers_controller.rb +61 -0
- data/lib/verizon/controllers/managing_esim_profiles_controller.rb +248 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/controllers/o_auth_authorization_controller.rb → verizon/controllers/oauth_authorization_controller.rb} +9 -8
- 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/pwn_controller.rb +149 -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 +136 -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 +123 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/controllers/thing_space_quality_of_service_api_actions_controller.rb +12 -10
- 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 +133 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/exceptions/api_exception.rb +2 -2
- data/lib/verizon/exceptions/connectivity_management_result_exception.rb +37 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/exceptions/default_exception.rb → verizon/exceptions/default_response_exception.rb} +4 -4
- data/lib/verizon/exceptions/device_diagnostics_result_exception.rb +39 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/exceptions/device_location_result_exception.rb +2 -2
- 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 +42 -0
- data/lib/verizon/exceptions/intelligence_result_exception.rb +37 -0
- data/lib/verizon/exceptions/m_5g_bi_rest_error_response_exception.rb +37 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/exceptions/o_auth_provider_exception.rb → verizon/exceptions/oauth_provider_exception.rb} +4 -4
- 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/rules_engine_rest_error_response_exception.rb +42 -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/thingspace_oauth.rb +140 -0
- data/lib/verizon/http/auth/vz_m2m_token.rb +42 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_call_back.rb +2 -2
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_method_enum.rb +2 -2
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_request.rb +2 -2
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_response.rb +2 -2
- data/lib/verizon/models/a_request_body_for_usage.rb +94 -0
- data/lib/verizon/models/acceleration.rb +68 -0
- data/lib/verizon/models/account.rb +138 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/account_consent_create.rb +13 -4
- data/lib/verizon/models/account_consent_update.rb +60 -0
- data/lib/verizon/models/account_details.rb +141 -0
- data/lib/verizon/models/account_device_list.rb +68 -0
- data/lib/verizon/models/account_device_list_filter.rb +58 -0
- data/lib/verizon/models/account_device_list_request.rb +157 -0
- data/lib/verizon/models/account_device_list_result.rb +70 -0
- data/lib/verizon/models/account_group_share.rb +55 -0
- data/lib/verizon/models/account_group_share_individual.rb +69 -0
- data/lib/verizon/models/account_identifier.rb +52 -0
- data/lib/verizon/models/account_labels.rb +76 -0
- data/lib/verizon/models/account_lead.rb +70 -0
- data/lib/verizon/models/account_leads_result.rb +68 -0
- data/lib/verizon/models/account_license_device_list_item.rb +69 -0
- data/lib/verizon/models/account_license_info.rb +110 -0
- data/lib/verizon/models/account_service.rb +77 -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/action_account_group_share.rb +50 -0
- data/lib/verizon/models/activate.rb +48 -0
- data/lib/verizon/models/activate_device_profile_request.rb +85 -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 +127 -0
- data/lib/verizon/models/add_devices_result.rb +69 -0
- data/lib/verizon/models/address.rb +130 -0
- data/lib/verizon/models/address_item.rb +105 -0
- data/lib/verizon/models/addressquery.rb +59 -0
- data/lib/verizon/models/aggregate_session_report.rb +90 -0
- data/lib/verizon/models/aggregate_session_report_request.rb +124 -0
- data/lib/verizon/models/aggregate_usage.rb +79 -0
- data/lib/verizon/models/aggregate_usage_error.rb +69 -0
- data/lib/verizon/models/aggregate_usage_item.rb +73 -0
- data/lib/verizon/models/aggregated_report_callback_result.rb +62 -0
- data/lib/verizon/models/aggregated_report_callback_status_enum.rb +24 -0
- data/lib/verizon/models/anomaly_detection_request.rb +72 -0
- data/lib/verizon/models/anomaly_detection_settings.rb +74 -0
- data/lib/verizon/models/anomaly_detection_trigger.rb +50 -0
- data/lib/verizon/models/anomaly_trigger_request.rb +107 -0
- data/lib/verizon/models/anomaly_trigger_result.rb +59 -0
- data/lib/verizon/models/anomaly_trigger_value.rb +120 -0
- data/lib/verizon/models/api_response_code.rb +56 -0
- data/lib/verizon/models/assign_license_request.rb +86 -0
- data/lib/verizon/models/associate_label_request.rb +57 -0
- data/lib/verizon/models/asynchronous_location_request_result.rb +69 -0
- data/lib/verizon/models/asynchronous_request_result.rb +59 -0
- data/lib/verizon/models/attribute_identifier_enum.rb +32 -0
- data/lib/verizon/models/attribute_setting.rb +106 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/base_model.rb +2 -2
- data/lib/verizon/models/bill_usage_request.rb +76 -0
- data/lib/verizon/models/billable_usage_report.rb +121 -0
- data/lib/verizon/models/billedusage_list_request.rb +87 -0
- data/lib/verizon/models/billing_cycle.rb +59 -0
- data/lib/verizon/models/bullseye_service_request.rb +65 -0
- data/lib/verizon/models/bullseye_service_result.rb +79 -0
- data/lib/verizon/models/cache_mode_enum.rb +26 -0
- data/lib/verizon/models/callback_action_result.rb +59 -0
- data/lib/verizon/models/callback_created.rb +68 -0
- data/lib/verizon/models/callback_registered.rb +57 -0
- data/lib/verizon/models/callback_registration_request.rb +78 -0
- data/lib/verizon/models/callback_registration_result.rb +59 -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 +190 -0
- data/lib/verizon/models/campaign_firmware_upgrade.rb +151 -0
- data/lib/verizon/models/campaign_meta_info_protocol_enum.rb +23 -0
- data/lib/verizon/models/campaign_software.rb +205 -0
- data/lib/verizon/models/campaign_software_upgrade.rb +172 -0
- data/lib/verizon/models/campaign_status_enum.rb +41 -0
- data/lib/verizon/models/carrier.rb +50 -0
- data/lib/verizon/models/carrier_actions_request.rb +119 -0
- data/lib/verizon/models/carrier_activate_request.rb +200 -0
- data/lib/verizon/models/carrier_deactivate_request.rb +142 -0
- data/lib/verizon/models/carrier_information.rb +70 -0
- data/lib/verizon/models/carrier_service_plan.rb +83 -0
- data/lib/verizon/models/change_configuration_request.rb +73 -0
- data/lib/verizon/models/change_configuration_response.rb +155 -0
- data/lib/verizon/models/change_device_id_request.rb +150 -0
- data/lib/verizon/models/change_plan.rb +68 -0
- data/lib/verizon/models/change_pwn_device_ipaddress_request.rb +65 -0
- data/lib/verizon/models/change_pwn_device_ipaddress_response.rb +51 -0
- data/lib/verizon/models/change_pwn_device_profile_request.rb +73 -0
- data/lib/verizon/models/change_pwn_device_profile_response.rb +51 -0
- data/lib/verizon/models/change_pwn_device_state_activate_request.rb +73 -0
- data/lib/verizon/models/change_pwn_device_state_deactivate_request.rb +65 -0
- data/lib/verizon/models/change_pwn_device_state_response.rb +51 -0
- data/lib/verizon/models/check_in_history_item.rb +88 -0
- data/lib/verizon/models/check_order_status_request.rb +78 -0
- data/lib/verizon/models/client_type_enum.rb +44 -0
- data/lib/verizon/models/compute_resources_type.rb +68 -0
- data/lib/verizon/models/condition.rb +59 -0
- data/lib/verizon/models/condition_account_group_share.rb +50 -0
- data/lib/verizon/models/configuration.rb +50 -0
- data/lib/verizon/models/connection_event.rb +90 -0
- data/lib/verizon/models/connection_history_result.rb +73 -0
- data/lib/verizon/models/connectivity_management_callback.rb +92 -0
- data/lib/verizon/models/connectivity_management_success_result.rb +51 -0
- data/lib/verizon/models/consent_delete_request.rb +59 -0
- data/lib/verizon/models/consent_request.rb +77 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/consent_transaction_id.rb +4 -4
- data/lib/verizon/models/contact_info_update_request.rb +87 -0
- data/lib/verizon/models/coordinates.rb +59 -0
- data/lib/verizon/models/create_device_group_request.rb +89 -0
- data/lib/verizon/models/create_io_t_application_request.rb +130 -0
- data/lib/verizon/models/create_io_t_application_response.rb +72 -0
- data/lib/verizon/models/create_service_profile_result.rb +52 -0
- data/lib/verizon/models/create_subscription_request.rb +148 -0
- data/lib/verizon/models/create_target_request.rb +162 -0
- data/lib/verizon/models/create_target_request_fields.rb +59 -0
- data/lib/verizon/models/create_trigger_request.rb +130 -0
- data/lib/verizon/models/create_trigger_request_options.rb +102 -0
- data/lib/verizon/models/create_trigger_v2_request.rb +110 -0
- data/lib/verizon/models/custom_fields.rb +56 -0
- data/lib/verizon/models/custom_fields_update_request.rb +130 -0
- data/lib/verizon/models/customer_name.rb +85 -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.rb +68 -0
- data/lib/verizon/models/daily_usage_history.rb +106 -0
- data/lib/verizon/models/daily_usage_item.rb +68 -0
- data/lib/verizon/models/daily_usage_response.rb +80 -0
- data/lib/verizon/models/data_percentage100_trigger_attribute.rb +60 -0
- data/lib/verizon/models/data_percentage50_trigger_attribute.rb +60 -0
- data/lib/verizon/models/data_percentage75_trigger_attribute.rb +60 -0
- data/lib/verizon/models/data_percentage90_trigger_attribute.rb +60 -0
- data/lib/verizon/models/data_trigger_request.rb +68 -0
- data/lib/verizon/models/date_filter.rb +56 -0
- data/lib/verizon/models/deactivate_device_list.rb +59 -0
- data/lib/verizon/models/deactivate_device_profile_request.rb +104 -0
- data/lib/verizon/models/delete_devices_request.rb +69 -0
- data/lib/verizon/models/delete_devices_result.rb +71 -0
- data/lib/verizon/models/delete_service_profile_result.rb +59 -0
- data/lib/verizon/models/delete_subscription_request.rb +63 -0
- data/lib/verizon/models/delete_target_request.rb +63 -0
- data/lib/verizon/models/deregister_service_endpoint_result.rb +60 -0
- data/lib/verizon/models/device.rb +56 -0
- data/lib/verizon/models/device_activation_request.rb +66 -0
- data/lib/verizon/models/device_aggregate_usage_list_request.rb +117 -0
- data/lib/verizon/models/device_connection_list_request.rb +65 -0
- data/lib/verizon/models/device_cost_center_request.rb +149 -0
- data/lib/verizon/models/device_diagnostics_callback.rb +92 -0
- data/lib/verizon/models/device_extended_diagnostics_request.rb +67 -0
- data/lib/verizon/models/device_extended_diagnostics_result.rb +61 -0
- data/lib/verizon/models/device_filter.rb +89 -0
- data/lib/verizon/models/device_filter_without_account.rb +78 -0
- data/lib/verizon/models/device_firmware_list.rb +70 -0
- data/lib/verizon/models/device_firmware_upgrade.rb +129 -0
- data/lib/verizon/models/device_firmware_version.rb +98 -0
- data/lib/verizon/models/device_firmware_version_update_result.rb +56 -0
- data/lib/verizon/models/device_group.rb +88 -0
- data/lib/verizon/models/device_group_devices_data.rb +88 -0
- data/lib/verizon/models/device_group_update_request.rb +103 -0
- data/lib/verizon/models/device_id.rb +58 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/models/device_id.rb → verizon/models/device_id2.rb} +8 -10
- data/lib/verizon/models/device_id_search.rb +78 -0
- data/lib/verizon/models/device_idarray.rb +59 -0
- data/lib/verizon/models/device_identifier.rb +66 -0
- data/lib/verizon/models/device_imei.rb +48 -0
- data/lib/verizon/models/device_info.rb +65 -0
- data/lib/verizon/models/device_labels.rb +56 -0
- data/lib/verizon/models/device_list.rb +59 -0
- data/lib/verizon/models/device_list2.rb +59 -0
- data/lib/verizon/models/device_list_ip.rb +65 -0
- data/lib/verizon/models/device_list_query_item.rb +118 -0
- data/lib/verizon/models/device_list_query_result.rb +89 -0
- data/lib/verizon/models/device_list_result.rb +73 -0
- data/lib/verizon/models/device_list_with_service_address.rb +69 -0
- data/lib/verizon/models/device_list_with_service_address1.rb +69 -0
- data/lib/verizon/models/device_location_callback.rb +56 -0
- data/lib/verizon/models/device_location_subscription.rb +78 -0
- data/lib/verizon/models/device_location_success_result.rb +50 -0
- data/lib/verizon/models/device_log.rb +100 -0
- data/lib/verizon/models/device_logging_request.rb +48 -0
- data/lib/verizon/models/device_logging_status.rb +56 -0
- data/lib/verizon/models/device_management_result.rb +52 -0
- data/lib/verizon/models/device_mismatch_list_request.rb +90 -0
- data/lib/verizon/models/device_mismatch_list_result.rb +61 -0
- data/lib/verizon/models/device_prl_list_request.rb +116 -0
- data/lib/verizon/models/device_profile_request.rb +77 -0
- data/lib/verizon/models/device_propertylocation.rb +59 -0
- data/lib/verizon/models/device_provisioning_history_list_request.rb +65 -0
- data/lib/verizon/models/device_provisioning_history_list_result.rb +71 -0
- data/lib/verizon/models/device_reset_request.rb +78 -0
- data/lib/verizon/models/device_service_information.rb +68 -0
- data/lib/verizon/models/device_service_request.rb +57 -0
- data/lib/verizon/models/device_software_upgrade.rb +100 -0
- data/lib/verizon/models/device_suspension_status_request.rb +78 -0
- data/lib/verizon/models/device_upgrade_history.rb +125 -0
- data/lib/verizon/models/device_upload_request.rb +90 -0
- data/lib/verizon/models/device_usage_list_request.rb +76 -0
- data/lib/verizon/models/device_usage_list_result.rb +70 -0
- data/lib/verizon/models/devices_consent_result.rb +96 -0
- data/lib/verizon/models/devices_protocol_enum.rb +26 -0
- data/lib/verizon/models/diagnostic_observation_setting.rb +79 -0
- data/lib/verizon/models/diagnostics_category.rb +70 -0
- data/lib/verizon/models/diagnostics_observation_result.rb +71 -0
- data/lib/verizon/models/diagnostics_subscription.rb +103 -0
- data/lib/verizon/models/download_time_window.rb +59 -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 +59 -0
- data/lib/verizon/models/engagement.rb +77 -0
- data/lib/verizon/models/error_response_code_enum.rb +29 -0
- data/lib/verizon/models/esim_device_id.rb +59 -0
- data/lib/verizon/models/esim_device_list.rb +59 -0
- data/lib/verizon/models/esim_global_device_list.rb +103 -0
- data/lib/verizon/models/esim_profile_request.rb +96 -0
- data/lib/verizon/models/esim_profile_request2.rb +87 -0
- data/lib/verizon/models/esim_provhistory_request.rb +104 -0
- data/lib/verizon/models/esim_request_response.rb +50 -0
- data/lib/verizon/models/extended_attribute.rb +60 -0
- data/lib/verizon/models/extended_attributes.rb +59 -0
- data/lib/verizon/models/fall_back.rb +69 -0
- data/lib/verizon/models/feature.rb +52 -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/filter_criteria_account_group_share.rb +51 -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 +173 -0
- data/lib/verizon/models/find_device_by_property_response_list.rb +60 -0
- data/lib/verizon/models/firmware.rb +125 -0
- data/lib/verizon/models/firmware_campaign.rb +164 -0
- data/lib/verizon/models/firmware_imei.rb +49 -0
- data/lib/verizon/models/firmware_package.rb +113 -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 +118 -0
- data/lib/verizon/models/firmware_upgrade_change_request.rb +56 -0
- data/lib/verizon/models/firmware_upgrade_change_result.rb +79 -0
- data/lib/verizon/models/firmware_upgrade_device_list_item.rb +71 -0
- data/lib/verizon/models/firmware_upgrade_request.rb +91 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/flow_info.rb +7 -8
- data/lib/verizon/models/fota_v1_callback_registration_request.rb +77 -0
- data/lib/verizon/models/fota_v1_callback_registration_result.rb +61 -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 +89 -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 +89 -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_account_device_consent.rb +71 -0
- data/lib/verizon/models/get_device_experience_score_bulk_request.rb +65 -0
- data/lib/verizon/models/get_device_experience_score_history_request.rb +56 -0
- data/lib/verizon/models/get_device_list_with_profiles_request.rb +102 -0
- data/lib/verizon/models/get_network_conditions_request.rb +64 -0
- data/lib/verizon/models/get_pwn_performance_consent_response.rb +50 -0
- data/lib/verizon/models/get_trigger_response.rb +192 -0
- data/lib/verizon/models/get_trigger_response_list.rb +59 -0
- data/lib/verizon/models/get_wireless_coverage_request.rb +90 -0
- data/lib/verizon/models/get_wireless_coverage_request_fwa.rb +90 -0
- data/lib/verizon/models/gio_deactivate_device_profile_request.rb +96 -0
- data/lib/verizon/models/gio_device_id.rb +56 -0
- data/lib/verizon/models/gio_device_list.rb +59 -0
- data/lib/verizon/models/gio_profile_request.rb +85 -0
- data/lib/verizon/models/gio_request_response.rb +50 -0
- data/lib/verizon/models/gio_sms_message.rb +86 -0
- data/lib/verizon/models/giosms_send_request.rb +131 -0
- data/lib/verizon/models/go_to_state_request.rb +214 -0
- data/lib/verizon/models/gpu.rb +81 -0
- data/lib/verizon/models/group_name.rb +50 -0
- data/lib/verizon/models/history.rb +67 -0
- data/lib/verizon/models/history_attribute_value.rb +77 -0
- data/lib/verizon/models/history_search_filter.rb +67 -0
- data/lib/verizon/models/history_search_filter_attributes.rb +50 -0
- data/lib/verizon/models/history_search_limit_time.rb +69 -0
- data/lib/verizon/models/history_search_request.rb +82 -0
- data/lib/verizon/models/http_status_code_enum.rb +228 -0
- data/lib/verizon/models/hyper_precise_location_callback.rb +60 -0
- data/lib/verizon/models/hyper_precise_location_fault.rb +68 -0
- data/lib/verizon/models/i_error_message.rb +80 -0
- data/lib/verizon/models/id.rb +61 -0
- data/lib/verizon/models/intelligence_success_result.rb +50 -0
- data/lib/verizon/models/ip_pool.rb +69 -0
- data/lib/verizon/models/key_data_percentage50.rb +59 -0
- data/lib/verizon/models/key_service_plan.rb +50 -0
- data/lib/verizon/models/keyschunk2.rb +135 -0
- data/lib/verizon/models/keysms_percentage50.rb +59 -0
- data/lib/verizon/models/kpi_info.rb +116 -0
- data/lib/verizon/models/kpi_info_list.rb +59 -0
- data/lib/verizon/models/kv_pair.rb +59 -0
- data/lib/verizon/models/label.rb +59 -0
- data/lib/verizon/models/labels_list.rb +59 -0
- data/lib/verizon/models/license_device_id.rb +61 -0
- data/lib/verizon/models/license_device_list.rb +68 -0
- data/lib/verizon/models/list_all_service_endpoints_result.rb +59 -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 +60 -0
- data/lib/verizon/models/location.rb +68 -0
- data/lib/verizon/models/location_report.rb +99 -0
- data/lib/verizon/models/location_report_status.rb +59 -0
- data/lib/verizon/models/location_request.rb +86 -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 +57 -0
- data/lib/verizon/models/log_in_result.rb +52 -0
- data/lib/verizon/models/log_out_request.rb +50 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/m201success.rb +2 -2
- data/lib/verizon/models/m_5g_bi_address.rb +115 -0
- data/lib/verizon/models/m_5g_bi_carrier_information.rb +50 -0
- data/lib/verizon/models/m_5g_bi_customer_name.rb +87 -0
- data/lib/verizon/models/m_5g_bi_request_response.rb +50 -0
- data/lib/verizon/models/m_5g_biaccount_nameobject.rb +202 -0
- data/lib/verizon/models/m_5g_biactivate_request.rb +112 -0
- data/lib/verizon/models/m_5g_biaddress_andcustomerinfo.rb +51 -0
- data/lib/verizon/models/m_5g_biaddress_andcustomerinfo2.rb +51 -0
- data/lib/verizon/models/m_5g_biattribute1.rb +50 -0
- data/lib/verizon/models/m_5g_biattribute2.rb +59 -0
- data/lib/verizon/models/m_5g_bichange_request.rb +93 -0
- data/lib/verizon/models/m_5g_bidevice_detailsresponse.rb +68 -0
- data/lib/verizon/models/m_5g_bidevice_id.rb +50 -0
- data/lib/verizon/models/m_5g_bidevice_id1.rb +59 -0
- data/lib/verizon/models/m_5g_bidevice_idarray.rb +59 -0
- data/lib/verizon/models/m_5g_bikey_value1.rb +59 -0
- data/lib/verizon/models/m_5g_biprimary_placeofuse.rb +59 -0
- data/lib/verizon/models/managed_acc_added_list.rb +59 -0
- data/lib/verizon/models/managed_acc_provisioned_list.rb +59 -0
- data/lib/verizon/models/managed_account_cancel_request.rb +82 -0
- data/lib/verizon/models/managed_account_cancel_response.rb +90 -0
- data/lib/verizon/models/managed_accounts_add_request.rb +74 -0
- data/lib/verizon/models/managed_accounts_add_response.rb +68 -0
- data/lib/verizon/models/managed_accounts_get_all_response.rb +90 -0
- data/lib/verizon/models/managed_accounts_provision_request.rb +82 -0
- data/lib/verizon/models/managed_accounts_provision_response.rb +97 -0
- data/lib/verizon/models/mec_performance_metrics.rb +88 -0
- data/lib/verizon/models/mec_performance_query_result.rb +59 -0
- data/lib/verizon/models/mec_platform_resource.rb +92 -0
- data/lib/verizon/models/mec_platform_status_enum.rb +26 -0
- data/lib/verizon/models/mec_platforms_additional_support_info.rb +59 -0
- data/lib/verizon/models/mec_platforms_additional_support_info_data.rb +51 -0
- data/lib/verizon/models/mismatched_device.rb +108 -0
- data/lib/verizon/models/move_device_request.rb +133 -0
- data/lib/verizon/models/network_resources_type.rb +96 -0
- data/lib/verizon/models/network_type.rb +50 -0
- data/lib/verizon/models/no_of_days_b4_promo_exp.rb +59 -0
- data/lib/verizon/models/notification.rb +171 -0
- data/lib/verizon/models/notification_group_name_trigger_attribute.rb +50 -0
- data/lib/verizon/models/notification_report_request.rb +83 -0
- data/lib/verizon/models/notification_report_status_request.rb +76 -0
- data/lib/verizon/models/numerical_data.rb +59 -0
- data/lib/verizon/models/numerical_data_unit_enum.rb +29 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/models/o_auth_provider_error_enum.rb → verizon/models/oauth_provider_error_enum.rb} +5 -5
- data/lib/verizon/models/oauth_scope_thingspace_oauth_enum.rb +63 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/models/o_auth_token.rb → verizon/models/oauth_token.rb} +4 -4
- data/lib/verizon/models/observation_request.rb +104 -0
- data/lib/verizon/models/observation_request_attribute.rb +50 -0
- data/lib/verizon/models/place_of_use.rb +62 -0
- data/lib/verizon/models/position_data.rb +96 -0
- data/lib/verizon/models/position_error.rb +77 -0
- data/lib/verizon/models/price_plan_trigger.rb +51 -0
- data/lib/verizon/models/primary_place_of_use.rb +77 -0
- data/lib/verizon/models/profile_change_state_request.rb +73 -0
- data/lib/verizon/models/profile_request.rb +133 -0
- data/lib/verizon/models/profile_request2.rb +106 -0
- data/lib/verizon/models/profile_status_filter_enum.rb +38 -0
- data/lib/verizon/models/promo_alert.rb +88 -0
- data/lib/verizon/models/promo_alert1.rb +80 -0
- data/lib/verizon/models/promo_alert_trigger_request.rb +114 -0
- data/lib/verizon/models/property_device_id.rb +61 -0
- data/lib/verizon/models/provhistory_request.rb +104 -0
- data/lib/verizon/models/provisioning_history.rb +125 -0
- data/lib/verizon/models/provisioning_status_filter_enum.rb +62 -0
- data/lib/verizon/models/pwn_device_id.rb +56 -0
- data/lib/verizon/models/pwn_device_list.rb +57 -0
- data/lib/verizon/models/pwn_profile.rb +59 -0
- data/lib/verizon/models/pwn_profile_list.rb +59 -0
- data/lib/verizon/models/qos_device_id.rb +59 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/models/device_info.rb → verizon/models/qos_device_info.rb} +18 -21
- data/lib/verizon/models/query_mec_performance_metrics_request.rb +56 -0
- data/lib/verizon/models/query_subscription_request.rb +77 -0
- data/lib/verizon/models/query_target_request.rb +77 -0
- data/lib/verizon/models/ready_sim_device_id.rb +59 -0
- data/lib/verizon/models/ready_sim_service_plan.rb +50 -0
- data/lib/verizon/models/region.rb +97 -0
- data/lib/verizon/models/register_callback_request.rb +77 -0
- data/lib/verizon/models/register_service_endpoint_result.rb +53 -0
- data/lib/verizon/models/registered_callbacks.rb +89 -0
- data/lib/verizon/models/remove_device_request.rb +60 -0
- data/lib/verizon/models/report_status_enum.rb +26 -0
- data/lib/verizon/models/request_body_for_usage.rb +104 -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 +108 -0
- data/lib/verizon/models/resource_identifier.rb +60 -0
- data/lib/verizon/models/resources_edge_hosted_service.rb +94 -0
- data/lib/verizon/models/resources_edge_hosted_service_with_profile_id.rb +104 -0
- data/lib/verizon/models/resources_service_endpoint.rb +87 -0
- data/lib/verizon/models/resources_service_profile.rb +116 -0
- data/lib/verizon/models/resources_service_profile_with_id.rb +125 -0
- data/lib/verizon/models/response_code_enum.rb +29 -0
- data/lib/verizon/models/response_to_usage_query.rb +77 -0
- data/lib/verizon/models/retrieve_monitors_request.rb +76 -0
- data/lib/verizon/models/retrieves_available_files_response.rb +119 -0
- data/lib/verizon/models/retrieves_available_files_response_list.rb +59 -0
- data/lib/verizon/models/schedules_software_upgrade_request.rb +180 -0
- data/lib/verizon/models/search_device_by_property_fields.rb +117 -0
- data/lib/verizon/models/search_device_by_property_response.rb +182 -0
- data/lib/verizon/models/search_device_by_property_response_list.rb +59 -0
- data/lib/verizon/models/search_device_event_history_request.rb +93 -0
- data/lib/verizon/models/search_device_event_history_response_list.rb +62 -0
- data/lib/verizon/models/search_device_response.rb +164 -0
- data/lib/verizon/models/search_sensor_history_request.rb +80 -0
- data/lib/verizon/models/search_sensor_history_response_list.rb +59 -0
- data/lib/verizon/models/security_subscription.rb +111 -0
- data/lib/verizon/models/security_subscription_request.rb +66 -0
- data/lib/verizon/models/security_subscription_result.rb +69 -0
- data/lib/verizon/models/security_success_result.rb +54 -0
- data/lib/verizon/models/sensitivity_parameters.rb +84 -0
- data/lib/verizon/models/service_name_enum.rb +23 -0
- data/lib/verizon/models/service_plan.rb +100 -0
- data/lib/verizon/models/service_plan_trigger_attribute.rb +50 -0
- data/lib/verizon/models/service_plan_update_request.rb +150 -0
- data/lib/verizon/models/service_usage.rb +60 -0
- data/lib/verizon/models/session_report.rb +81 -0
- data/lib/verizon/models/session_report_request.rb +101 -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 +59 -0
- data/lib/verizon/models/set_fallback_attribute_request.rb +75 -0
- data/lib/verizon/models/share_plan.rb +72 -0
- data/lib/verizon/models/sms_event_history_request.rb +84 -0
- data/lib/verizon/models/sms_message.rb +78 -0
- data/lib/verizon/models/sms_messages_query_result.rb +71 -0
- data/lib/verizon/models/sms_messages_response.rb +68 -0
- data/lib/verizon/models/sms_number.rb +59 -0
- data/lib/verizon/models/sms_numbers.rb +59 -0
- data/lib/verizon/models/sms_options_send_request.rb +59 -0
- data/lib/verizon/models/sms_send_request.rb +128 -0
- data/lib/verizon/models/sms_trigger_request.rb +68 -0
- data/lib/verizon/models/software_package.rb +102 -0
- data/lib/verizon/models/state.rb +71 -0
- data/lib/verizon/models/status_list.rb +68 -0
- data/lib/verizon/models/status_response.rb +77 -0
- data/lib/verizon/models/stop_monitor_request.rb +56 -0
- data/lib/verizon/models/subrequest.rb +59 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/subscribe_request.rb +12 -15
- data/lib/verizon/models/subscription.rb +232 -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 +56 -0
- data/lib/verizon/models/target.rb +163 -0
- data/lib/verizon/models/target_authentication.rb +59 -0
- data/lib/verizon/models/target_authentication_body.rb +87 -0
- data/lib/verizon/models/target_authentication_body_headers.rb +59 -0
- data/lib/verizon/models/target_authentication_body_host.rb +50 -0
- data/lib/verizon/models/thingspace_device.rb +206 -0
- data/lib/verizon/models/transaction_id.rb +51 -0
- data/lib/verizon/models/trigger_attributes_options.rb +60 -0
- data/lib/verizon/models/trigger_notification.rb +174 -0
- data/lib/verizon/models/trigger_type1.rb +91 -0
- data/lib/verizon/models/trigger_type2.rb +60 -0
- data/lib/verizon/models/trigger_type3.rb +101 -0
- data/lib/verizon/models/trigger_v2_response.rb +50 -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 +140 -0
- data/lib/verizon/models/triggervalues.rb +144 -0
- data/lib/verizon/models/triggervalues2.rb +153 -0
- data/lib/verizon/models/update_service_endpoint_result.rb +59 -0
- data/lib/verizon/models/update_service_profile_result.rb +59 -0
- data/lib/verizon/models/update_trigger_request.rb +165 -0
- data/lib/verizon/models/update_trigger_request_options.rb +112 -0
- data/lib/verizon/models/update_trigger_v2_request.rb +119 -0
- data/lib/verizon/models/upgrade_list_query_result.rb +82 -0
- data/lib/verizon/models/upgrade_status_enum.rb +35 -0
- data/lib/verizon/models/upload_and_schedule_file_request.rb +170 -0
- data/lib/verizon/models/upload_and_schedule_file_response.rb +245 -0
- data/lib/verizon/models/upload_configuration_files_response.rb +128 -0
- data/lib/verizon/models/uploads_activates_device_request.rb +123 -0
- data/lib/verizon/models/usage.rb +108 -0
- data/lib/verizon/models/usage_anomaly_attributes.rb +117 -0
- data/lib/verizon/models/usage_history.rb +115 -0
- data/lib/verizon/models/usage_request_response.rb +50 -0
- data/lib/verizon/models/usage_trigger_add_request.rb +131 -0
- data/lib/verizon/models/usage_trigger_response.rb +146 -0
- data/lib/verizon/models/usage_trigger_update_request.rb +92 -0
- data/lib/verizon/models/user_equipment_identity_type_enum.rb +20 -0
- data/lib/verizon/models/v1_account_subscription.rb +89 -0
- data/lib/verizon/models/v1_device_list_item.rb +70 -0
- data/lib/verizon/models/v1_licenses_assigned_removed_request.rb +48 -0
- data/lib/verizon/models/v1_licenses_assigned_removed_result.rb +87 -0
- data/lib/verizon/models/v1_list_of_licenses_to_remove.rb +87 -0
- data/lib/verizon/models/v1_list_of_licenses_to_remove_request.rb +61 -0
- data/lib/verizon/models/v1_list_of_licenses_to_remove_result.rb +59 -0
- data/lib/verizon/models/v2_account_device.rb +165 -0
- data/lib/verizon/models/v2_account_device_list.rb +93 -0
- data/lib/verizon/models/v2_add_or_remove_device_request.rb +56 -0
- data/lib/verizon/models/v2_add_or_remove_device_result.rb +64 -0
- data/lib/verizon/models/v2_campaign_device.rb +94 -0
- data/lib/verizon/models/v2_campaign_history.rb +79 -0
- data/lib/verizon/models/v2_campaign_meta_info.rb +205 -0
- data/lib/verizon/models/v2_change_campaign_dates_request.rb +122 -0
- data/lib/verizon/models/v2_device_status.rb +66 -0
- data/lib/verizon/models/v2_license_device.rb +59 -0
- data/lib/verizon/models/v2_license_imei.rb +58 -0
- data/lib/verizon/models/v2_license_summary.rb +114 -0
- data/lib/verizon/models/v2_licenses_assigned_removed_result.rb +82 -0
- data/lib/verizon/models/v2_list_of_licenses_to_remove.rb +73 -0
- data/lib/verizon/models/v2_list_of_licenses_to_remove_request.rb +67 -0
- data/lib/verizon/models/v2_list_of_licenses_to_remove_result.rb +56 -0
- data/lib/verizon/models/v2_software_info.rb +64 -0
- data/lib/verizon/models/v2_time_window.rb +56 -0
- data/lib/verizon/models/v3_account_device.rb +190 -0
- data/lib/verizon/models/v3_account_device_list.rb +93 -0
- data/lib/verizon/models/v3_add_or_remove_device_request.rb +56 -0
- data/lib/verizon/models/v3_add_or_remove_device_result.rb +73 -0
- data/lib/verizon/models/v3_campaign_device.rb +94 -0
- data/lib/verizon/models/v3_campaign_history.rb +79 -0
- data/lib/verizon/models/v3_campaign_meta_info.rb +168 -0
- data/lib/verizon/models/v3_change_campaign_dates_request.rb +79 -0
- data/lib/verizon/models/v3_device.rb +236 -0
- data/lib/verizon/models/v3_device_list_item.rb +68 -0
- data/lib/verizon/models/v3_device_status.rb +120 -0
- data/lib/verizon/models/v3_license_assigned_removed_result.rb +82 -0
- data/lib/verizon/models/v3_license_device.rb +59 -0
- data/lib/verizon/models/v3_license_imei.rb +48 -0
- data/lib/verizon/models/v3_license_summary.rb +114 -0
- data/lib/verizon/models/v3_software_info.rb +64 -0
- data/lib/verizon/models/v3_time_window.rb +56 -0
- data/lib/verizon/models/wnp_request_response.rb +50 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/utilities/date_time_helper.rb +2 -2
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/utilities/file_wrapper.rb +2 -2
- data/lib/verizon.rb +679 -0
- metadata +644 -63
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/client.rb +0 -84
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/configuration.rb +0 -116
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/controllers/exclusions_controller.rb +0 -33
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/http/auth/thingspace_oauth.rb +0 -134
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/http/auth/vz_m2m_session_token.rb +0 -42
- data/lib/verizon_thing_space_quality_of_service_api_endpoints.rb +0 -83
- data/test/controllers/controller_test_base.rb +0 -29
- data/test/controllers/test_exclusions_controller.rb +0 -34
- data/test/controllers/test_thing_space_quality_of_service_api_actions_controller.rb +0 -37
- data/test/http_response_catcher.rb +0 -19
@@ -0,0 +1,232 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Subscription resource definition.
|
8
|
+
class Subscription < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# The number of streaming failures due to faulty configuration.
|
13
|
+
# @return [Integer]
|
14
|
+
attr_accessor :configurationfailures
|
15
|
+
|
16
|
+
# The number of streaming failures due to faulty configuration.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :createdon
|
19
|
+
|
20
|
+
# Not currently used.
|
21
|
+
# @return [String]
|
22
|
+
attr_accessor :delegateid
|
23
|
+
|
24
|
+
# Description of the subscription.
|
25
|
+
# @return [String]
|
26
|
+
attr_accessor :description
|
27
|
+
|
28
|
+
# Whether the subscription is currently sending data.
|
29
|
+
# @return [TrueClass | FalseClass]
|
30
|
+
attr_accessor :disabled
|
31
|
+
|
32
|
+
# The address to which any error reports should be delivered.
|
33
|
+
# @return [String]
|
34
|
+
attr_accessor :email
|
35
|
+
|
36
|
+
# Filter for events.
|
37
|
+
# @return [String]
|
38
|
+
attr_accessor :filter
|
39
|
+
|
40
|
+
# ThingSpace unique ID for the subscription that was created.
|
41
|
+
# @return [String]
|
42
|
+
attr_accessor :id
|
43
|
+
|
44
|
+
# Identifies the resource kind.
|
45
|
+
# @return [String]
|
46
|
+
attr_accessor :kind
|
47
|
+
|
48
|
+
# Possible values: success or fail.
|
49
|
+
# @return [String]
|
50
|
+
attr_accessor :laststreamingstatus
|
51
|
+
|
52
|
+
# The date and time that the last stream send was attempted.
|
53
|
+
# @return [String]
|
54
|
+
attr_accessor :laststreamingtime
|
55
|
+
|
56
|
+
# The date the resource was last updated.
|
57
|
+
# @return [String]
|
58
|
+
attr_accessor :lastupdated
|
59
|
+
|
60
|
+
# Name of the subscription.
|
61
|
+
# @return [String]
|
62
|
+
attr_accessor :name
|
63
|
+
|
64
|
+
# The number of failures due to network problems.
|
65
|
+
# @return [Integer]
|
66
|
+
attr_accessor :networkfailures
|
67
|
+
|
68
|
+
# The number of failures due to network problems.
|
69
|
+
# @return [Integer]
|
70
|
+
attr_accessor :streamfailures
|
71
|
+
|
72
|
+
# The event type that will be sent in the data stream.
|
73
|
+
# @return [String]
|
74
|
+
attr_accessor :streamkind
|
75
|
+
|
76
|
+
# Target to be used for dispatching events.
|
77
|
+
# @return [String]
|
78
|
+
attr_accessor :targetid
|
79
|
+
|
80
|
+
# Target to be used for dispatching events.
|
81
|
+
# @return [String]
|
82
|
+
attr_accessor :targettype
|
83
|
+
|
84
|
+
# Version of the underlying schema resource.
|
85
|
+
# @return [String]
|
86
|
+
attr_accessor :version
|
87
|
+
|
88
|
+
# The version of the resource.
|
89
|
+
# @return [String]
|
90
|
+
attr_accessor :versionid
|
91
|
+
|
92
|
+
# A mapping from model property names to API property names.
|
93
|
+
def self.names
|
94
|
+
@_hash = {} if @_hash.nil?
|
95
|
+
@_hash['configurationfailures'] = 'configurationfailures'
|
96
|
+
@_hash['createdon'] = 'createdon'
|
97
|
+
@_hash['delegateid'] = 'delegateid'
|
98
|
+
@_hash['description'] = 'description'
|
99
|
+
@_hash['disabled'] = 'disabled'
|
100
|
+
@_hash['email'] = 'email'
|
101
|
+
@_hash['filter'] = 'filter'
|
102
|
+
@_hash['id'] = 'id'
|
103
|
+
@_hash['kind'] = 'kind'
|
104
|
+
@_hash['laststreamingstatus'] = 'laststreamingstatus'
|
105
|
+
@_hash['laststreamingtime'] = 'laststreamingtime'
|
106
|
+
@_hash['lastupdated'] = 'lastupdated'
|
107
|
+
@_hash['name'] = 'name'
|
108
|
+
@_hash['networkfailures'] = 'networkfailures'
|
109
|
+
@_hash['streamfailures'] = 'streamfailures'
|
110
|
+
@_hash['streamkind'] = 'streamkind'
|
111
|
+
@_hash['targetid'] = 'targetid'
|
112
|
+
@_hash['targettype'] = 'targettype'
|
113
|
+
@_hash['version'] = 'version'
|
114
|
+
@_hash['versionid'] = 'versionid'
|
115
|
+
@_hash
|
116
|
+
end
|
117
|
+
|
118
|
+
# An array for optional fields
|
119
|
+
def self.optionals
|
120
|
+
%w[
|
121
|
+
configurationfailures
|
122
|
+
createdon
|
123
|
+
delegateid
|
124
|
+
description
|
125
|
+
disabled
|
126
|
+
email
|
127
|
+
filter
|
128
|
+
id
|
129
|
+
kind
|
130
|
+
laststreamingstatus
|
131
|
+
laststreamingtime
|
132
|
+
lastupdated
|
133
|
+
name
|
134
|
+
networkfailures
|
135
|
+
streamfailures
|
136
|
+
streamkind
|
137
|
+
targetid
|
138
|
+
targettype
|
139
|
+
version
|
140
|
+
versionid
|
141
|
+
]
|
142
|
+
end
|
143
|
+
|
144
|
+
# An array for nullable fields
|
145
|
+
def self.nullables
|
146
|
+
[]
|
147
|
+
end
|
148
|
+
|
149
|
+
def initialize(configurationfailures = SKIP, createdon = SKIP,
|
150
|
+
delegateid = SKIP, description = SKIP, disabled = SKIP,
|
151
|
+
email = SKIP, filter = SKIP, id = SKIP, kind = SKIP,
|
152
|
+
laststreamingstatus = SKIP, laststreamingtime = SKIP,
|
153
|
+
lastupdated = SKIP, name = SKIP, networkfailures = SKIP,
|
154
|
+
streamfailures = SKIP, streamkind = SKIP, targetid = SKIP,
|
155
|
+
targettype = SKIP, version = SKIP, versionid = SKIP)
|
156
|
+
@configurationfailures = configurationfailures unless configurationfailures == SKIP
|
157
|
+
@createdon = createdon unless createdon == SKIP
|
158
|
+
@delegateid = delegateid unless delegateid == SKIP
|
159
|
+
@description = description unless description == SKIP
|
160
|
+
@disabled = disabled unless disabled == SKIP
|
161
|
+
@email = email unless email == SKIP
|
162
|
+
@filter = filter unless filter == SKIP
|
163
|
+
@id = id unless id == SKIP
|
164
|
+
@kind = kind unless kind == SKIP
|
165
|
+
@laststreamingstatus = laststreamingstatus unless laststreamingstatus == SKIP
|
166
|
+
@laststreamingtime = laststreamingtime unless laststreamingtime == SKIP
|
167
|
+
@lastupdated = lastupdated unless lastupdated == SKIP
|
168
|
+
@name = name unless name == SKIP
|
169
|
+
@networkfailures = networkfailures unless networkfailures == SKIP
|
170
|
+
@streamfailures = streamfailures unless streamfailures == SKIP
|
171
|
+
@streamkind = streamkind unless streamkind == SKIP
|
172
|
+
@targetid = targetid unless targetid == SKIP
|
173
|
+
@targettype = targettype unless targettype == SKIP
|
174
|
+
@version = version unless version == SKIP
|
175
|
+
@versionid = versionid unless versionid == SKIP
|
176
|
+
end
|
177
|
+
|
178
|
+
# Creates an instance of the object from a hash.
|
179
|
+
def self.from_hash(hash)
|
180
|
+
return nil unless hash
|
181
|
+
|
182
|
+
# Extract variables from the hash.
|
183
|
+
configurationfailures =
|
184
|
+
hash.key?('configurationfailures') ? hash['configurationfailures'] : SKIP
|
185
|
+
createdon = hash.key?('createdon') ? hash['createdon'] : SKIP
|
186
|
+
delegateid = hash.key?('delegateid') ? hash['delegateid'] : SKIP
|
187
|
+
description = hash.key?('description') ? hash['description'] : SKIP
|
188
|
+
disabled = hash.key?('disabled') ? hash['disabled'] : SKIP
|
189
|
+
email = hash.key?('email') ? hash['email'] : SKIP
|
190
|
+
filter = hash.key?('filter') ? hash['filter'] : SKIP
|
191
|
+
id = hash.key?('id') ? hash['id'] : SKIP
|
192
|
+
kind = hash.key?('kind') ? hash['kind'] : SKIP
|
193
|
+
laststreamingstatus =
|
194
|
+
hash.key?('laststreamingstatus') ? hash['laststreamingstatus'] : SKIP
|
195
|
+
laststreamingtime =
|
196
|
+
hash.key?('laststreamingtime') ? hash['laststreamingtime'] : SKIP
|
197
|
+
lastupdated = hash.key?('lastupdated') ? hash['lastupdated'] : SKIP
|
198
|
+
name = hash.key?('name') ? hash['name'] : SKIP
|
199
|
+
networkfailures =
|
200
|
+
hash.key?('networkfailures') ? hash['networkfailures'] : SKIP
|
201
|
+
streamfailures =
|
202
|
+
hash.key?('streamfailures') ? hash['streamfailures'] : SKIP
|
203
|
+
streamkind = hash.key?('streamkind') ? hash['streamkind'] : SKIP
|
204
|
+
targetid = hash.key?('targetid') ? hash['targetid'] : SKIP
|
205
|
+
targettype = hash.key?('targettype') ? hash['targettype'] : SKIP
|
206
|
+
version = hash.key?('version') ? hash['version'] : SKIP
|
207
|
+
versionid = hash.key?('versionid') ? hash['versionid'] : SKIP
|
208
|
+
|
209
|
+
# Create object from extracted values.
|
210
|
+
Subscription.new(configurationfailures,
|
211
|
+
createdon,
|
212
|
+
delegateid,
|
213
|
+
description,
|
214
|
+
disabled,
|
215
|
+
email,
|
216
|
+
filter,
|
217
|
+
id,
|
218
|
+
kind,
|
219
|
+
laststreamingstatus,
|
220
|
+
laststreamingtime,
|
221
|
+
lastupdated,
|
222
|
+
name,
|
223
|
+
networkfailures,
|
224
|
+
streamfailures,
|
225
|
+
streamkind,
|
226
|
+
targetid,
|
227
|
+
targettype,
|
228
|
+
version,
|
229
|
+
versionid)
|
230
|
+
end
|
231
|
+
end
|
232
|
+
end
|
@@ -0,0 +1,50 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Success Model.
|
8
|
+
class Success < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :status
|
15
|
+
|
16
|
+
# A mapping from model property names to API property names.
|
17
|
+
def self.names
|
18
|
+
@_hash = {} if @_hash.nil?
|
19
|
+
@_hash['status'] = 'status'
|
20
|
+
@_hash
|
21
|
+
end
|
22
|
+
|
23
|
+
# An array for optional fields
|
24
|
+
def self.optionals
|
25
|
+
%w[
|
26
|
+
status
|
27
|
+
]
|
28
|
+
end
|
29
|
+
|
30
|
+
# An array for nullable fields
|
31
|
+
def self.nullables
|
32
|
+
[]
|
33
|
+
end
|
34
|
+
|
35
|
+
def initialize(status = SKIP)
|
36
|
+
@status = status unless status == SKIP
|
37
|
+
end
|
38
|
+
|
39
|
+
# Creates an instance of the object from a hash.
|
40
|
+
def self.from_hash(hash)
|
41
|
+
return nil unless hash
|
42
|
+
|
43
|
+
# Extract variables from the hash.
|
44
|
+
status = hash.key?('status') ? hash['status'] : SKIP
|
45
|
+
|
46
|
+
# Create object from extracted values.
|
47
|
+
Success.new(status)
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
@@ -0,0 +1,50 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# SuccessResponse Model.
|
8
|
+
class SuccessResponse < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [TrueClass | FalseClass]
|
14
|
+
attr_accessor :success
|
15
|
+
|
16
|
+
# A mapping from model property names to API property names.
|
17
|
+
def self.names
|
18
|
+
@_hash = {} if @_hash.nil?
|
19
|
+
@_hash['success'] = 'success'
|
20
|
+
@_hash
|
21
|
+
end
|
22
|
+
|
23
|
+
# An array for optional fields
|
24
|
+
def self.optionals
|
25
|
+
%w[
|
26
|
+
success
|
27
|
+
]
|
28
|
+
end
|
29
|
+
|
30
|
+
# An array for nullable fields
|
31
|
+
def self.nullables
|
32
|
+
[]
|
33
|
+
end
|
34
|
+
|
35
|
+
def initialize(success = SKIP)
|
36
|
+
@success = success unless success == SKIP
|
37
|
+
end
|
38
|
+
|
39
|
+
# Creates an instance of the object from a hash.
|
40
|
+
def self.from_hash(hash)
|
41
|
+
return nil unless hash
|
42
|
+
|
43
|
+
# Extract variables from the hash.
|
44
|
+
success = hash.key?('success') ? hash['success'] : SKIP
|
45
|
+
|
46
|
+
# Create object from extracted values.
|
47
|
+
SuccessResponse.new(success)
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
@@ -0,0 +1,56 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# SynchronousLocationRequestResult Model.
|
8
|
+
class SynchronousLocationRequestResult < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# The transaction ID of the report.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :txid
|
15
|
+
|
16
|
+
# Status of the report.
|
17
|
+
# @return [ReportStatusEnum]
|
18
|
+
attr_accessor :status
|
19
|
+
|
20
|
+
# A mapping from model property names to API property names.
|
21
|
+
def self.names
|
22
|
+
@_hash = {} if @_hash.nil?
|
23
|
+
@_hash['txid'] = 'txid'
|
24
|
+
@_hash['status'] = 'status'
|
25
|
+
@_hash
|
26
|
+
end
|
27
|
+
|
28
|
+
# An array for optional fields
|
29
|
+
def self.optionals
|
30
|
+
[]
|
31
|
+
end
|
32
|
+
|
33
|
+
# An array for nullable fields
|
34
|
+
def self.nullables
|
35
|
+
[]
|
36
|
+
end
|
37
|
+
|
38
|
+
def initialize(txid = nil, status = nil)
|
39
|
+
@txid = txid
|
40
|
+
@status = status
|
41
|
+
end
|
42
|
+
|
43
|
+
# Creates an instance of the object from a hash.
|
44
|
+
def self.from_hash(hash)
|
45
|
+
return nil unless hash
|
46
|
+
|
47
|
+
# Extract variables from the hash.
|
48
|
+
txid = hash.key?('txid') ? hash['txid'] : nil
|
49
|
+
status = hash.key?('status') ? hash['status'] : nil
|
50
|
+
|
51
|
+
# Create object from extracted values.
|
52
|
+
SynchronousLocationRequestResult.new(txid,
|
53
|
+
status)
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
@@ -0,0 +1,163 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Target resource definition.
|
8
|
+
class Target < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# The endpoint for data streams.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :address
|
15
|
+
|
16
|
+
# The transport format.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :addressscheme
|
19
|
+
|
20
|
+
# The billing account ID.
|
21
|
+
# @return [String]
|
22
|
+
attr_accessor :billingaccountid
|
23
|
+
|
24
|
+
# The date the resource was created.
|
25
|
+
# @return [String]
|
26
|
+
attr_accessor :createdon
|
27
|
+
|
28
|
+
# Security identification string.
|
29
|
+
# @return [String]
|
30
|
+
attr_accessor :externalid
|
31
|
+
|
32
|
+
# ThingSpace unique ID for the target that was created.
|
33
|
+
# @return [String]
|
34
|
+
attr_accessor :id
|
35
|
+
|
36
|
+
# Identifies the resource kind. Targets are ts.target.
|
37
|
+
# @return [String]
|
38
|
+
attr_accessor :kind
|
39
|
+
|
40
|
+
# The date the resource was last updated.
|
41
|
+
# @return [String]
|
42
|
+
attr_accessor :lastupdated
|
43
|
+
|
44
|
+
# Name of the target.
|
45
|
+
# @return [String]
|
46
|
+
attr_accessor :name
|
47
|
+
|
48
|
+
# AWS region value.
|
49
|
+
# @return [String]
|
50
|
+
attr_accessor :region
|
51
|
+
|
52
|
+
# Version of the underlying schema resource.
|
53
|
+
# @return [String]
|
54
|
+
attr_accessor :version
|
55
|
+
|
56
|
+
# The version of the resource.
|
57
|
+
# @return [String]
|
58
|
+
attr_accessor :versionid
|
59
|
+
|
60
|
+
# Description of the target.
|
61
|
+
# @return [String]
|
62
|
+
attr_accessor :description
|
63
|
+
|
64
|
+
# A mapping from model property names to API property names.
|
65
|
+
def self.names
|
66
|
+
@_hash = {} if @_hash.nil?
|
67
|
+
@_hash['address'] = 'address'
|
68
|
+
@_hash['addressscheme'] = 'addressscheme'
|
69
|
+
@_hash['billingaccountid'] = 'billingaccountid'
|
70
|
+
@_hash['createdon'] = 'createdon'
|
71
|
+
@_hash['externalid'] = 'externalid'
|
72
|
+
@_hash['id'] = 'id'
|
73
|
+
@_hash['kind'] = 'kind'
|
74
|
+
@_hash['lastupdated'] = 'lastupdated'
|
75
|
+
@_hash['name'] = 'name'
|
76
|
+
@_hash['region'] = 'region'
|
77
|
+
@_hash['version'] = 'version'
|
78
|
+
@_hash['versionid'] = 'versionid'
|
79
|
+
@_hash['description'] = 'description'
|
80
|
+
@_hash
|
81
|
+
end
|
82
|
+
|
83
|
+
# An array for optional fields
|
84
|
+
def self.optionals
|
85
|
+
%w[
|
86
|
+
address
|
87
|
+
addressscheme
|
88
|
+
billingaccountid
|
89
|
+
createdon
|
90
|
+
externalid
|
91
|
+
id
|
92
|
+
kind
|
93
|
+
lastupdated
|
94
|
+
name
|
95
|
+
region
|
96
|
+
version
|
97
|
+
versionid
|
98
|
+
description
|
99
|
+
]
|
100
|
+
end
|
101
|
+
|
102
|
+
# An array for nullable fields
|
103
|
+
def self.nullables
|
104
|
+
[]
|
105
|
+
end
|
106
|
+
|
107
|
+
def initialize(address = SKIP, addressscheme = SKIP,
|
108
|
+
billingaccountid = SKIP, createdon = SKIP, externalid = SKIP,
|
109
|
+
id = SKIP, kind = SKIP, lastupdated = SKIP, name = SKIP,
|
110
|
+
region = SKIP, version = SKIP, versionid = SKIP,
|
111
|
+
description = SKIP)
|
112
|
+
@address = address unless address == SKIP
|
113
|
+
@addressscheme = addressscheme unless addressscheme == SKIP
|
114
|
+
@billingaccountid = billingaccountid unless billingaccountid == SKIP
|
115
|
+
@createdon = createdon unless createdon == SKIP
|
116
|
+
@externalid = externalid unless externalid == SKIP
|
117
|
+
@id = id unless id == SKIP
|
118
|
+
@kind = kind unless kind == SKIP
|
119
|
+
@lastupdated = lastupdated unless lastupdated == SKIP
|
120
|
+
@name = name unless name == SKIP
|
121
|
+
@region = region unless region == SKIP
|
122
|
+
@version = version unless version == SKIP
|
123
|
+
@versionid = versionid unless versionid == SKIP
|
124
|
+
@description = description unless description == SKIP
|
125
|
+
end
|
126
|
+
|
127
|
+
# Creates an instance of the object from a hash.
|
128
|
+
def self.from_hash(hash)
|
129
|
+
return nil unless hash
|
130
|
+
|
131
|
+
# Extract variables from the hash.
|
132
|
+
address = hash.key?('address') ? hash['address'] : SKIP
|
133
|
+
addressscheme = hash.key?('addressscheme') ? hash['addressscheme'] : SKIP
|
134
|
+
billingaccountid =
|
135
|
+
hash.key?('billingaccountid') ? hash['billingaccountid'] : SKIP
|
136
|
+
createdon = hash.key?('createdon') ? hash['createdon'] : SKIP
|
137
|
+
externalid = hash.key?('externalid') ? hash['externalid'] : SKIP
|
138
|
+
id = hash.key?('id') ? hash['id'] : SKIP
|
139
|
+
kind = hash.key?('kind') ? hash['kind'] : SKIP
|
140
|
+
lastupdated = hash.key?('lastupdated') ? hash['lastupdated'] : SKIP
|
141
|
+
name = hash.key?('name') ? hash['name'] : SKIP
|
142
|
+
region = hash.key?('region') ? hash['region'] : SKIP
|
143
|
+
version = hash.key?('version') ? hash['version'] : SKIP
|
144
|
+
versionid = hash.key?('versionid') ? hash['versionid'] : SKIP
|
145
|
+
description = hash.key?('description') ? hash['description'] : SKIP
|
146
|
+
|
147
|
+
# Create object from extracted values.
|
148
|
+
Target.new(address,
|
149
|
+
addressscheme,
|
150
|
+
billingaccountid,
|
151
|
+
createdon,
|
152
|
+
externalid,
|
153
|
+
id,
|
154
|
+
kind,
|
155
|
+
lastupdated,
|
156
|
+
name,
|
157
|
+
region,
|
158
|
+
version,
|
159
|
+
versionid,
|
160
|
+
description)
|
161
|
+
end
|
162
|
+
end
|
163
|
+
end
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# OAuth 2 token and refresh token for TS to stream events to Target.
|
8
|
+
class TargetAuthentication < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [TargetAuthenticationBody]
|
14
|
+
attr_accessor :body
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :version
|
19
|
+
|
20
|
+
# A mapping from model property names to API property names.
|
21
|
+
def self.names
|
22
|
+
@_hash = {} if @_hash.nil?
|
23
|
+
@_hash['body'] = 'body'
|
24
|
+
@_hash['version'] = 'version'
|
25
|
+
@_hash
|
26
|
+
end
|
27
|
+
|
28
|
+
# An array for optional fields
|
29
|
+
def self.optionals
|
30
|
+
%w[
|
31
|
+
body
|
32
|
+
version
|
33
|
+
]
|
34
|
+
end
|
35
|
+
|
36
|
+
# An array for nullable fields
|
37
|
+
def self.nullables
|
38
|
+
[]
|
39
|
+
end
|
40
|
+
|
41
|
+
def initialize(body = SKIP, version = SKIP)
|
42
|
+
@body = body unless body == SKIP
|
43
|
+
@version = version unless version == SKIP
|
44
|
+
end
|
45
|
+
|
46
|
+
# Creates an instance of the object from a hash.
|
47
|
+
def self.from_hash(hash)
|
48
|
+
return nil unless hash
|
49
|
+
|
50
|
+
# Extract variables from the hash.
|
51
|
+
body = TargetAuthenticationBody.from_hash(hash['body']) if hash['body']
|
52
|
+
version = hash.key?('version') ? hash['version'] : SKIP
|
53
|
+
|
54
|
+
# Create object from extracted values.
|
55
|
+
TargetAuthentication.new(body,
|
56
|
+
version)
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
@@ -0,0 +1,87 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# TargetAuthenticationBody Model.
|
8
|
+
class TargetAuthenticationBody < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# Authentication grant type.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :grant_type
|
15
|
+
|
16
|
+
# Refresh token.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :refresh_token
|
19
|
+
|
20
|
+
# Authentication scopes.
|
21
|
+
# @return [String]
|
22
|
+
attr_accessor :scope
|
23
|
+
|
24
|
+
# Authentication headers.
|
25
|
+
# @return [TargetAuthenticationBodyHeaders]
|
26
|
+
attr_accessor :headers
|
27
|
+
|
28
|
+
# Host information.
|
29
|
+
# @return [TargetAuthenticationBodyHost]
|
30
|
+
attr_accessor :host
|
31
|
+
|
32
|
+
# A mapping from model property names to API property names.
|
33
|
+
def self.names
|
34
|
+
@_hash = {} if @_hash.nil?
|
35
|
+
@_hash['grant_type'] = 'grant_type'
|
36
|
+
@_hash['refresh_token'] = 'refresh_token'
|
37
|
+
@_hash['scope'] = 'scope'
|
38
|
+
@_hash['headers'] = 'headers'
|
39
|
+
@_hash['host'] = 'host'
|
40
|
+
@_hash
|
41
|
+
end
|
42
|
+
|
43
|
+
# An array for optional fields
|
44
|
+
def self.optionals
|
45
|
+
%w[
|
46
|
+
grant_type
|
47
|
+
refresh_token
|
48
|
+
scope
|
49
|
+
headers
|
50
|
+
host
|
51
|
+
]
|
52
|
+
end
|
53
|
+
|
54
|
+
# An array for nullable fields
|
55
|
+
def self.nullables
|
56
|
+
[]
|
57
|
+
end
|
58
|
+
|
59
|
+
def initialize(grant_type = SKIP, refresh_token = SKIP, scope = SKIP,
|
60
|
+
headers = SKIP, host = SKIP)
|
61
|
+
@grant_type = grant_type unless grant_type == SKIP
|
62
|
+
@refresh_token = refresh_token unless refresh_token == SKIP
|
63
|
+
@scope = scope unless scope == SKIP
|
64
|
+
@headers = headers unless headers == SKIP
|
65
|
+
@host = host unless host == SKIP
|
66
|
+
end
|
67
|
+
|
68
|
+
# Creates an instance of the object from a hash.
|
69
|
+
def self.from_hash(hash)
|
70
|
+
return nil unless hash
|
71
|
+
|
72
|
+
# Extract variables from the hash.
|
73
|
+
grant_type = hash.key?('grant_type') ? hash['grant_type'] : SKIP
|
74
|
+
refresh_token = hash.key?('refresh_token') ? hash['refresh_token'] : SKIP
|
75
|
+
scope = hash.key?('scope') ? hash['scope'] : SKIP
|
76
|
+
headers = TargetAuthenticationBodyHeaders.from_hash(hash['headers']) if hash['headers']
|
77
|
+
host = TargetAuthenticationBodyHost.from_hash(hash['host']) if hash['host']
|
78
|
+
|
79
|
+
# Create object from extracted values.
|
80
|
+
TargetAuthenticationBody.new(grant_type,
|
81
|
+
refresh_token,
|
82
|
+
scope,
|
83
|
+
headers,
|
84
|
+
host)
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|