Get Network Service Design Version Result
data class GetNetworkServiceDesignVersionResult(val id: String, val location: String, val name: String, val properties: NetworkServiceDesignVersionPropertiesFormatResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
network service design version.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: NetworkServiceDesignVersionPropertiesFormatResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)