thousandeyes-sdk-python/snapshots/snapshots/__init__.py

51 lines
2.0 KiB
Python

# coding: utf-8
# flake8: noqa
"""
Test Snapshots API
Creates a new test snapshot in ThousandEyes.
The version of the OpenAPI document: 7.0.2
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501
__version__ = "1.0.0"
# import apis into sdk package
from snapshots.api.create_test_snapshot_api import CreateTestSnapshotApi
# import ApiClient
from snapshots.api_response import ApiResponse
from snapshots.api_client import ApiClient
from snapshots.configuration import Configuration
from snapshots.exceptions import OpenApiException
from snapshots.exceptions import ApiTypeError
from snapshots.exceptions import ApiValueError
from snapshots.exceptions import ApiKeyError
from snapshots.exceptions import ApiAttributeError
from snapshots.exceptions import ApiException
# import models into sdk package
from snapshots.models.app_and_self_links import AppAndSelfLinks
from snapshots.models.app_and_self_links_links import AppAndSelfLinksLinks
from snapshots.models.error import Error
from snapshots.models.link import Link
from snapshots.models.snapshot_links import SnapshotLinks
from snapshots.models.snapshot_request import SnapshotRequest
from snapshots.models.snapshot_response import SnapshotResponse
from snapshots.models.snapshot_response_all_of_test import SnapshotResponseAllOfTest
from snapshots.models.test_interval import TestInterval
from snapshots.models.test_type import TestType
from snapshots.models.unauthorized_error import UnauthorizedError
from snapshots.models.unexpanded_instant_test import UnexpandedInstantTest
from snapshots.models.unexpanded_instant_test_links import UnexpandedInstantTestLinks
from snapshots.models.unexpanded_instant_test_links_self import UnexpandedInstantTestLinksSelf
from snapshots.models.unexpanded_test import UnexpandedTest
from snapshots.models.validation_error import ValidationError
from snapshots.models.validation_error_all_of_errors import ValidationErrorAllOfErrors