UnitVariable describes a parameter for a Unit.
JSON representation |
---|
{
"variable"
:
string
,
"type"
:
enum (
|
Fields | |
---|---|
variable
|
Required. Immutable. Name of the variable from actuation configs. |
type
|
Optional. Immutable. Name of a supported variable type. Supported types are string, int, bool. |
value
|
Optional. String encoded value for the variable. |
Type
Enumeration of variable types.
Enums | |
---|---|
TYPE_UNSPECIFIED
|
Variable type is unspecified. |
STRING
|
Variable type is string. |
INT
|
Variable type is int. |
BOOL
|
Variable type is bool. |