PaginatedCredentialList
Properties
Example
from defectdojo_api_generated.models.paginated_credential_list import PaginatedCredentialList
# TODO update the JSON string below
json = "{}"
# create an instance of PaginatedCredentialList from a JSON string
paginated_credential_list_instance = PaginatedCredentialList.from_json(json)
# print the JSON string representation of the object
print(PaginatedCredentialList.to_json())
# convert the object into a dict
paginated_credential_list_dict = paginated_credential_list_instance.to_dict()
# create an instance of PaginatedCredentialList from a dict
paginated_credential_list_from_dict = PaginatedCredentialList.from_dict(paginated_credential_list_dict)
[Back to Model list] [Back to API list] [Back to README]