public sealed class UnitVariable : IMessage<UnitVariable>, IEquatable<UnitVariable>, IDeepCloneable<UnitVariable>, IBufferMessage, IMessage
Reference documentation and code samples for the SaaS Runtime v1beta1 API class UnitVariable.
UnitVariable describes a parameter for a Unit.
Implements
IMessageUnitVariable, IEquatableUnitVariable, IDeepCloneableUnitVariable, IBufferMessage, IMessageNamespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll
Constructors
UnitVariable()
public UnitVariable()
UnitVariable(UnitVariable)
public UnitVariable(UnitVariable other)
Parameter | |
---|---|
Name | Description |
other |
UnitVariable |
Properties
Type
public UnitVariable.Types.Type Type { get; set; }
Optional. Immutable. Name of a supported variable type. Supported types are string, int, bool.
Property Value | |
---|---|
Type | Description |
UnitVariableTypesType |
Value
public string Value { get; set; }
Optional. String encoded value for the variable.
Property Value | |
---|---|
Type | Description |
string |
Variable
public string Variable { get; set; }
Required. Immutable. Name of the variable from actuation configs.
Property Value | |
---|---|
Type | Description |
string |