Class ToMapping
Input variables whose values will be passed on to dependencies
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class ToMapping : IDirectResponseSchema
Properties
Dependency
Required. Alias of the dependency that the inputVariable will pass its value to
Declaration
[JsonProperty("dependency")]
public virtual string Dependency { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IgnoreForLookup
Optional. Tells SaaS Runtime if this mapping should be used during lookup or not
Declaration
[JsonProperty("ignoreForLookup")]
public virtual bool? IgnoreForLookup { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
InputVariable
Required. Name of the inputVariable on the dependency
Declaration
[JsonProperty("inputVariable")]
public virtual string InputVariable { get; set; }
Property Value
| Type | Description |
|---|---|
| string |