V1DeviceAttribute

May 5, 2026 ยท View on GitHub

DeviceAttribute must have exactly one field set.

Properties

NameTypeDescriptionNotes
boolboolBoolValue is a true/false value.[optional]
boolslist[bool]BoolValues is a non-empty list of true/false values.[optional]
intintIntValue is a number.[optional]
intslist[int]IntValues is a non-empty list of numbers. This is an alpha field and requires enabling the DRAListTypeAttributes feature gate.[optional]
stringstrStringValue is a string. Must not be longer than 64 characters.[optional]
stringslist[str]StringValues is a non-empty list of strings. Each string must not be longer than 64 characters. This is an alpha field and requires enabling the DRAListTypeAttributes feature gate.[optional]
versionstrVersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.[optional]
versionslist[str]VersionValues is a non-empty list of semantic versions according to semver.org spec 2.0.0. Each version string must not be longer than 64 characters. This is an alpha field and requires enabling the DRAListTypeAttributes feature gate.[optional]

[Back to Model list] [Back to API list] [Back to README]