Show / Hide Table of Contents

Class FromMapping

Output variables whose values will be passed on to dependencies

Inheritance
object
FromMapping
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX