Class BooleanTest
A test that uses an alerting result in a boolean column produced by the SQL query.
Implements
Inherited Members
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 |