MoveCollectionPropertiesResponse

data class MoveCollectionPropertiesResponse(val errors: MoveCollectionPropertiesResponseErrors, val provisioningState: String, val sourceRegion: String, val targetRegion: String, val version: String? = null)

Defines the move collection properties.

Constructors

Link copied to clipboard
constructor(errors: MoveCollectionPropertiesResponseErrors, provisioningState: String, sourceRegion: String, targetRegion: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the move collection errors.

Link copied to clipboard

Defines the provisioning states.

Link copied to clipboard

Gets or sets the source region.

Link copied to clipboard

Gets or sets the target region.

Link copied to clipboard
val version: String? = null

Gets or sets the version of move collection.