StorageSpacesPropertiesErrorArgs

data class StorageSpacesPropertiesErrorArgs(val code: Output<String>? = null, val message: Output<String>? = null) : ConvertibleToJava<StorageSpacesPropertiesErrorArgs>

Constructors

Link copied to clipboard
constructor(code: Output<String>? = null, message: Output<String>? = null)

Properties

Link copied to clipboard
val code: Output<String>? = null
Link copied to clipboard
val message: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): StorageSpacesPropertiesErrorArgs