Back to Continue

ListOrganizations200ResponseOrganizationsInner

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

1.5.451.6 KB
Original Source

ListOrganizations200ResponseOrganizationsInner

Properties

NameTypeDescriptionNotes
idstrOrganization ID
namestrOrganization name
icon_urlstrPre-signed URL for the organization's icon[optional]
slugstrOrganization slug

Example

python
from openapi_client.models.list_organizations200_response_organizations_inner import ListOrganizations200ResponseOrganizationsInner

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

# convert the object into a dict
list_organizations200_response_organizations_inner_dict = list_organizations200_response_organizations_inner_instance.to_dict()
# create an instance of ListOrganizations200ResponseOrganizationsInner from a dict
list_organizations200_response_organizations_inner_from_dict = ListOrganizations200ResponseOrganizationsInner.from_dict(list_organizations200_response_organizations_inner_dict)

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