Class MatchInfo
Proto that contains match information from the condition part of the rule.
Inheritance
System.Object
MatchInfo
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |