Show / Hide Table of Contents

Class VariableMapping

Mapping of input variables to their respective output variable for depedenencies

Inheritance
object
VariableMapping
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX