Show / Hide Table of Contents

Class TemplateVariableCondition

A condition whose evaluation is based on the value of a template variable.

Inheritance
object
TemplateVariableCondition
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.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class TemplateVariableCondition : IDirectResponseSchema

Properties

Comparator

Comparator to use to evaluate whether the value of the template variable matches the template_variable_value. For example, if the comparator is REGEX_FULL_MATCH, template_variable_value would contain a regex that is matched against the value of the template variable.

Declaration
[JsonProperty("comparator")]
public virtual string Comparator { 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

TemplateVariable

The template variable whose value is evaluated.

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

TemplateVariableValue

The value to compare the template variable to. For example, if the comparator is REGEX_FULL_MATCH, this field should contain a regex.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX