Show / Hide Table of Contents

Class ToMapping

Input variables whose values will be passed on to dependencies

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX