| Name | Type | Description | Notes |
|---|---|---|---|
| results | List[ServiceAccountResponse] |
from platform_api_python_client.models.list_service_accounts_response import ListServiceAccountsResponse
# TODO update the JSON string below
json = "{}"
# create an instance of ListServiceAccountsResponse from a JSON string
list_service_accounts_response_instance = ListServiceAccountsResponse.from_json(json)
# print the JSON string representation of the object
print(ListServiceAccountsResponse.to_json())
# convert the object into a dict
list_service_accounts_response_dict = list_service_accounts_response_instance.to_dict()
# create an instance of ListServiceAccountsResponse from a dict
list_service_accounts_response_from_dict = ListServiceAccountsResponse.from_dict(list_service_accounts_response_dict)