thousandeyes-sdk-python/credentials/docs/GetTransactionTestsCredentialsList200Response.md

1.4 KiB

GetTransactionTestsCredentialsList200Response

Properties

Name Type Description Notes
credentials **List[Credential]** [optional]
links SelfLinksLinks [optional]

Example

from credentials.models.get_transaction_tests_credentials_list200_response import GetTransactionTestsCredentialsList200Response

# TODO update the JSON string below
json = "{}"
# create an instance of GetTransactionTestsCredentialsList200Response from a JSON string
get_transaction_tests_credentials_list200_response_instance = GetTransactionTestsCredentialsList200Response.from_json(json)
# print the JSON string representation of the object
print(GetTransactionTestsCredentialsList200Response.to_json())

# convert the object into a dict
get_transaction_tests_credentials_list200_response_dict = get_transaction_tests_credentials_list200_response_instance.to_dict()
# create an instance of GetTransactionTestsCredentialsList200Response from a dict
get_transaction_tests_credentials_list200_response_from_dict = GetTransactionTestsCredentialsList200Response.from_dict(get_transaction_tests_credentials_list200_response_dict)

[Back to Model list] [Back to API list] [Back to README]