Show / Hide Table of Contents

Class InputMapping

InputMapping creates a 'virtual' property that will be injected into the properties before sending the request to the underlying API.

Inheritance
object
InputMapping
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.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class InputMapping : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldName

The name of the field that is going to be injected.

Declaration
[JsonProperty("fieldName")]
public virtual string FieldName { get; set; }
Property Value
Type Description
string

Location

The location where this mapping applies.

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

MethodMatch

Regex to evaluate on method to decide if input applies.

Declaration
[JsonProperty("methodMatch")]
public virtual string MethodMatch { get; set; }
Property Value
Type Description
string

Value

A jsonPath expression to select an element.

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX