Back to Continue

ListOrganizations200Response

packages/continue-sdk/python/api/docs/ListOrganizations200Response.md

1.5.451.4 KB
Original Source

ListOrganizations200Response

Properties

NameTypeDescriptionNotes
organizationsList[ListOrganizations200ResponseOrganizationsInner]

Example

python
from openapi_client.models.list_organizations200_response import ListOrganizations200Response

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

# convert the object into a dict
list_organizations200_response_dict = list_organizations200_response_instance.to_dict()
# create an instance of ListOrganizations200Response from a dict
list_organizations200_response_from_dict = ListOrganizations200Response.from_dict(list_organizations200_response_dict)

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