SaaS Runtime v1beta1 API - Class UnitVariable (1.0.0-beta01)

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.

Inheritance

object > UnitVariable

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

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