Files
c/kubernetes/docs/v1beta2_device_attribute.md

14 lines
688 B
Markdown
Raw Normal View History

# v1beta2_device_attribute_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_bool** | **int** | BoolValue is a true/false value. | [optional]
**_int** | **long** | IntValue is a number. | [optional]
**string** | **char \*** | StringValue is a string. Must not be longer than 64 characters. | [optional]
**version** | **char \*** | VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)