Class VariableMapping
Mapping of input variables to their respective output variable for depedenencies
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class VariableMapping : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
From
Optional. Output variables which will get their values from dependencies
Declaration
[JsonProperty("from")]
public virtual FromMapping From { get; set; }
Property Value
| Type | Description |
|---|---|
| FromMapping |
To
Optional. Input variables whose values will be passed on to dependencies.
Declaration
[JsonProperty("to")]
public virtual ToMapping To { get; set; }
Property Value
| Type | Description |
|---|---|
| ToMapping |
Variable
Required. name of the variable
Declaration
[JsonProperty("variable")]
public virtual string Variable { get; set; }
Property Value
| Type | Description |
|---|---|
| string |