ConnectorMappingCompleteOperationResponse

data class ConnectorMappingCompleteOperationResponse(val completionOperationType: String? = null, val destinationFolder: String? = null)

The complete operation.

Constructors

constructor(completionOperationType: String? = null, destinationFolder: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of completion operation.

Link copied to clipboard

The destination folder where files will be moved to once the import is done.