public sealed class ToMapping : IMessage<ToMapping>, IEquatable<ToMapping>, IDeepCloneable<ToMapping>, IBufferMessage, IMessage
Reference documentation and code samples for the SaaS Runtime v1beta1 API class ToMapping.
Input variables whose values will be passed on to dependencies
Implements
IMessageToMapping, IEquatableToMapping, IDeepCloneableToMapping, IBufferMessage, IMessageNamespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll
Constructors
ToMapping()
public ToMapping()
ToMapping(ToMapping)
public ToMapping(ToMapping other)
Parameter | |
---|---|
Name | Description |
other |
ToMapping |
Properties
Dependency
public string Dependency { get; set; }
Required. Alias of the dependency that the inputVariable will pass its value to
Property Value | |
---|---|
Type | Description |
string |
IgnoreForLookup
public bool IgnoreForLookup { get; set; }
Optional. Tells SaaS Runtime if this mapping should be used during lookup or not
Property Value | |
---|---|
Type | Description |
bool |
InputVariable
public string InputVariable { get; set; }
Required. Name of the inputVariable on the dependency
Property Value | |
---|---|
Type | Description |
string |