MigrationWorkspace

The target workspace configuration for a migration. You can specify an existing workspace by ID or request creation of a new workspace.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val name: String?

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

Link copied to clipboard
val 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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String