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
Implements
IMessageFromMapping, IEquatableFromMapping, IDeepCloneableFromMapping, IBufferMessage, IMessageNamespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
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 |