GetAiWorkspaceListResponse
- Print
- PDF
GetAiWorkspaceListResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a list of AI workspaces.
Syntax
The syntax is as follows.
private Boolean success;
private String message;
private Integer total;
private AiWorkspaceResponse contents;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
success | Boolean | Required | Whether the AI workspace list query was successful
|
message | String | Optional | Result message after querying the AI workspace list |
total | Integer | Required | Total number of AI workspaces in the list |
contents | AiWorkspaceResponse | Required | AiWorkspaceResponse data type |
Was this article helpful?