StorageSpacesPropertiesErrorArgs

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

Constructors

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

Functions

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

Properties

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