Class InputMapping
InputMapping creates a 'virtual' property that will be injected into the properties before sending the request to the underlying API.
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2beta.Data
Assembly: Google.Apis.DeploymentManager.v2beta.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 |