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

public sealed class VariableMapping : IMessage<VariableMapping>, IEquatable<VariableMapping>, IDeepCloneable<VariableMapping>, IBufferMessage, IMessage

Reference documentation and code samples for the SaaS Runtime v1beta1 API class VariableMapping.

Mapping of input variables to their respective output variable for depedenencies

Inheritance

object > VariableMapping

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

VariableMapping()

public VariableMapping()

VariableMapping(VariableMapping)

public VariableMapping(VariableMapping other)
Parameter
Name Description
other VariableMapping

Properties

From

public FromMapping From { get; set; }

Optional. Output variables which will get their values from dependencies

Property Value
Type Description
FromMapping

MappingTypeCase

public VariableMapping.MappingTypeOneofCase MappingTypeCase { get; }
Property Value
Type Description
VariableMappingMappingTypeOneofCase

To

public ToMapping To { get; set; }

Optional. Input variables whose values will be passed on to dependencies.

Property Value
Type Description
ToMapping

Variable

public string Variable { get; set; }

Required. name of the variable

Property Value
Type Description
string