thousandeyes-sdk-python/thousandeyes-sdk-snapshots/src/thousandeyes_sdk/snapshots/models/__init__.py
Shahid Hussain Khan 9f18f0f6f2
[GitHub Bot] Generated python SDK (#42)
Co-authored-by: API Team <api-team@thousandeyes.com>
2024-08-11 09:57:09 +01:00

32 lines
1.4 KiB
Python

# 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 models into model 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