Class MatchingCriteria
Matches events based on exact matches on the CloudEvents attributes.
Implements
Inherited Members
Namespace: Google.Apis.Eventarc.v1beta1.Data
Assembly: Google.Apis.Eventarc.v1beta1.dll
Syntax
public class MatchingCriteria : IDirectResponseSchema
Properties
Attribute
Required. The name of a CloudEvents attribute. Currently, only a subset of attributes can be specified. All triggers MUST provide a matching criteria for the 'type' attribute.
Declaration
[JsonProperty("attribute")]
public virtual string Attribute { 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 |
Value
Required. The value for the attribute.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |