Show / Hide Table of Contents

Class BooleanTest

A test that uses an alerting result in a boolean column produced by the SQL query.

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

Properties

Column

Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX