Skip to main content

GoogleCloudFunctionsFunctionEventFilter

No description

type GoogleCloudFunctionsFunctionEventFilter {
attribute: String!
operator: String!
value: String!
}

Fields

GoogleCloudFunctionsFunctionEventFilter.attribute ● String! non-null scalar

The name of a CloudEvents attribute

GoogleCloudFunctionsFunctionEventFilter.operator ● String! non-null scalar

The operator used for matching the events with the value of the filter

GoogleCloudFunctionsFunctionEventFilter.value ● String! non-null scalar

The value for the attribute

Member of

GoogleCloudFunctionsFunctionEventTrigger object