Get Replication Fabric Result
data class GetReplicationFabricResult(val id: String, val location: String? = null, val name: String, val properties: FabricPropertiesResponse, val type: String)
Fabric definition.
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: FabricPropertiesResponse, type: String)