# coding: utf-8 # flake8: noqa """ Test Snapshots API Creates a new test snapshot in ThousandEyes. Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. """ # noqa: E501 # import apis into sdk package from thousandeyes_sdk.snapshots.api.test_snapshots_api import TestSnapshotsApi # import models into sdk package from thousandeyes_sdk.snapshots.models.app_and_self_links import AppAndSelfLinks from thousandeyes_sdk.snapshots.models.error import Error from thousandeyes_sdk.snapshots.models.link import Link from thousandeyes_sdk.snapshots.models.snapshot_links import SnapshotLinks from thousandeyes_sdk.snapshots.models.snapshot_request import SnapshotRequest from thousandeyes_sdk.snapshots.models.snapshot_response import SnapshotResponse from thousandeyes_sdk.snapshots.models.snapshot_test import SnapshotTest from thousandeyes_sdk.snapshots.models.test_interval import TestInterval from thousandeyes_sdk.snapshots.models.test_links import TestLinks from thousandeyes_sdk.snapshots.models.test_self_link import TestSelfLink from thousandeyes_sdk.snapshots.models.test_type import TestType from thousandeyes_sdk.snapshots.models.unauthorized_error import UnauthorizedError from thousandeyes_sdk.snapshots.models.unexpanded_instant_test import UnexpandedInstantTest from thousandeyes_sdk.snapshots.models.unexpanded_test import UnexpandedTest from thousandeyes_sdk.snapshots.models.validation_error import ValidationError from thousandeyes_sdk.snapshots.models.validation_error_item import ValidationErrorItem