public class ExportWorkspaceAsyncOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ExportWorkspaceAsyncOptions.BuilderBuilder. | 
| static interface  | ExportWorkspaceAsyncOptions.SortIndicates how the returned workspace data will be sorted. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | includeAudit()Gets the includeAudit. | 
| ExportWorkspaceAsyncOptions.Builder | newBuilder()New builder. | 
| String | sort()Gets the sort. | 
| Boolean | verbose()Gets the verbose. | 
| String | workspaceId()Gets the workspaceId. | 
public ExportWorkspaceAsyncOptions.Builder newBuilder()
public String workspaceId()
Unique identifier of the workspace.
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
public String sort()
Indicates how the returned workspace data will be sorted. Specify `sort=stable` to sort all workspace objects by unique identifier, in ascending alphabetical order.
public Boolean verbose()
Whether the response should include the `counts` property, which indicates how many of each component (such as intents and entities) the workspace contains.
Copyright © 2023 IBM Cloud. All rights reserved.