GetServiceHybridDoubleWritesResult

data class GetServiceHybridDoubleWritesResult(val hybridDoubleWrites: List<GetServiceHybridDoubleWritesHybridDoubleWrite>, val id: String, val ids: List<String>, val namespace: String? = null, val outputFile: String? = null, val sourceNamespace: String? = null, val sourceUserId: String? = null, val userId: String? = null)

A collection of values returned by getServiceHybridDoubleWrites.

Constructors

Link copied to clipboard
constructor(hybridDoubleWrites: List<GetServiceHybridDoubleWritesHybridDoubleWrite>, id: String, ids: List<String>, namespace: String? = null, outputFile: String? = null, sourceNamespace: String? = null, sourceUserId: String? = null, userId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Hybrid Double Writes. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val namespace: String? = null

Target Namespace.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val sourceNamespace: String? = null

Source Namespace.

Link copied to clipboard
val sourceUserId: String? = null

Source UserId.

Link copied to clipboard
val userId: String? = null

Target UserId.