Named Resources Attribute
data class NamedResourcesAttribute(val bool: Boolean? = null, val int: Int? = null, val intSlice: NamedResourcesIntSlice? = null, val name: String, val quantity: String? = null, val string: String? = null, val stringSlice: NamedResourcesStringSlice? = 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: NamedResourcesIntSlice? = null, name: String, quantity: String? = null, string: String? = null, stringSlice: NamedResourcesStringSlice? = null, version: String? = null)