VhdImageArtifactProfileResponse

data class VhdImageArtifactProfileResponse(val vhdName: String? = null, val vhdVersion: String? = null)

Vhd artifact profile.

Constructors

Link copied to clipboard
constructor(vhdName: String? = null, vhdVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val vhdName: String? = null

Vhd name.

Link copied to clipboard
val vhdVersion: String? = null

Vhd version.