Class FromMapping
Output 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 FromMapping : IDirectResponseSchema
Properties
Dependency
Required. Alias of the dependency that the outputVariable 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 |
OutputVariable
Required. Name of the outputVariable on the dependency
Declaration
[JsonProperty("outputVariable")]
public virtual string OutputVariable { get; set; }
Property Value
| Type | Description |
|---|---|
| string |