Named Resources Attribute Patch Args
data class NamedResourcesAttributePatchArgs(val bool: Output<Boolean>? = null, val int: Output<Int>? = null, val intSlice: Output<NamedResourcesIntSlicePatchArgs>? = null, val name: Output<String>? = null, val quantity: Output<String>? = null, val string: Output<String>? = null, val stringSlice: Output<NamedResourcesStringSlicePatchArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<NamedResourcesAttributePatchArgs>
NamedResourcesAttribute is a combination of an attribute name and its value.
Constructors
Link copied to clipboard
constructor(bool: Output<Boolean>? = null, int: Output<Int>? = null, intSlice: Output<NamedResourcesIntSlicePatchArgs>? = null, name: Output<String>? = null, quantity: Output<String>? = null, string: Output<String>? = null, stringSlice: Output<NamedResourcesStringSlicePatchArgs>? = null, version: Output<String>? = null)