Named Resources Attribute Patch
data class NamedResourcesAttributePatch(val bool: Boolean? = null, val int: Int? = null, val intSlice: NamedResourcesIntSlicePatch? = null, val name: String? = null, val quantity: String? = null, val string: String? = null, val stringSlice: NamedResourcesStringSlicePatch? = null, val version: String? = null)
NamedResourcesAttribute is a combination of an attribute name and its value.
Constructors
Link copied to clipboard
constructor(bool: Boolean? = null, int: Int? = null, intSlice: NamedResourcesIntSlicePatch? = null, name: String? = null, quantity: String? = null, string: String? = null, stringSlice: NamedResourcesStringSlicePatch? = null, version: String? = null)