Skip to content

Files

Latest commit

bc10222 · May 16, 2024

History

History
11 lines (7 loc) · 820 Bytes

IoArgoprojEventsV1alpha1PayloadField.md

File metadata and controls

11 lines (7 loc) · 820 Bytes

IoArgoprojEventsV1alpha1PayloadField

Properties

Name Type Description Notes
name str Name acts as key that holds the value at the path. [optional]
path str 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]

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