Target Region Response
data class TargetRegionResponse(val name: String, val replicaCount: Int? = null, val storageAccountType: String? = null)
Describes the target region information.
Constructors
Link copied to clipboard
fun TargetRegionResponse(name: String, replicaCount: Int? = null, storageAccountType: String? = null)