Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.19 KB

File metadata and controls

14 lines (10 loc) · 1.19 KB

ArgoWorkflowsClient.Model.IoArgoprojEventsV1alpha1DataFilter

Properties

Name Type Description Notes
Comparator string Comparator compares the event data with a user given value. Can be &quot;>=&quot;, &quot;>&quot;, &quot;=&quot;, &quot;!=&quot;, &quot;<&quot;, or &quot;<=&quot;. Is optional, and if left blank treated as equality &quot;=&quot;. [optional]
Path string Path is the JSONPath of the event's (JSON decoded) data key Path is a series of keys separated by a dot. A key may contain wildcard characters '*' and '?'. To access an array value use the index as the key. The dot and wildcard characters can be escaped with '\\'. See https://github.com/tidwall/gjson#path-syntax for more information on how to use this. [optional]
Template string [optional]
Type string [optional]
Value List<string> [optional]

[Back to Model list] [Back to API list] [Back to README]