DisallowedResponse

data class DisallowedResponse(val diskTypes: List<String>? = null)

Describes the disallowed disk types.

Constructors

Link copied to clipboard
constructor(diskTypes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val diskTypes: List<String>? = null

A list of disk types.