Show / Hide Table of Contents

Class MatchingCriteria

Matches events based on exact matches on the CloudEvents attributes.

Inheritance
object
MatchingCriteria
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX