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

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

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

Output variables whose values will be passed on to dependencies

Inheritance

object > FromMapping

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

FromMapping()

public FromMapping()

FromMapping(FromMapping)

public FromMapping(FromMapping other)
Parameter
Name Description
other FromMapping

Properties

Dependency

public string Dependency { get; set; }

Required. Alias of the dependency that the outputVariable will pass its value to

Property Value
Type Description
string

OutputVariable

public string OutputVariable { get; set; }

Required. Name of the outputVariable on the dependency

Property Value
Type Description
string