Builder

class Builder

Properties

Link copied to clipboard

Specifies whether to create a new workspace as the migration target. If true, you must also specify name.

Link copied to clipboard
var name: String?

The name of the new workspace to create. Required when createWorkspace is true.

Link copied to clipboard
var type: String?

The type of the new workspace to create.

Link copied to clipboard

The unique identifier of an existing workspace to use as the migration target. Specify either this parameter or createWorkspace.