Migrate Sync Complete Command Properties Response
data class MigrateSyncCompleteCommandPropertiesResponse(val commandId: String? = null, val commandType: String, val errors: List<ODataErrorResponse>, val input: MigrateSyncCompleteCommandInputResponse? = null, val output: MigrateSyncCompleteCommandOutputResponse, val state: String)
Properties for the command that completes sync migration for a database.
Constructors
Link copied to clipboard
constructor(commandId: String? = null, commandType: String, errors: List<ODataErrorResponse>, input: MigrateSyncCompleteCommandInputResponse? = null, output: MigrateSyncCompleteCommandOutputResponse, state: String)