ConflictResolutionPolicyResponse

data class ConflictResolutionPolicyResponse(val conflictResolutionPath: String? = null, val conflictResolutionProcedure: String? = null, val mode: String? = null)

The conflict resolution policy for the container.

Constructors

Link copied to clipboard
constructor(conflictResolutionPath: String? = null, conflictResolutionProcedure: String? = null, mode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The conflict resolution path in the case of LastWriterWins mode.

Link copied to clipboard

The procedure to resolve conflicts in the case of custom mode.

Link copied to clipboard
val mode: String? = null

Indicates the conflict resolution mode.