UnitVariable(mapping=None, *, ignore_unknown_fields=False, **kwargs)UnitVariable describes a parameter for a Unit.
Attributes |
|
|---|---|
| Name | Description |
variable |
str
Required. Immutable. Name of the variable from actuation configs. |
type_ |
google.cloud.saasplatform_saasservicemgmt_v1beta1.types.UnitVariable.Type
Optional. Immutable. Name of a supported variable type. Supported types are string, int, bool. |
value |
str
Optional. String encoded value for the variable. |
Classes
Type
Type(value)Enumeration of variable types. STRUCT and LIST values should
be JSON-encoded strings.