Class MatchInfo
Proto that contains match information from the condition part of the rule.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class MatchInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PredefinedDetector
For matched detector predefined by Google.
Declaration
[JsonProperty("predefinedDetector")]
public virtual PredefinedDetectorInfo PredefinedDetector { get; set; }
Property Value
Type | Description |
---|---|
PredefinedDetectorInfo |
UserDefinedDetector
For matched detector defined by administrators.
Declaration
[JsonProperty("userDefinedDetector")]
public virtual UserDefinedDetectorInfo UserDefinedDetector { get; set; }
Property Value
Type | Description |
---|---|
UserDefinedDetectorInfo |