Metadata Object
Optional user-provided object. See Using Metadata for more information.
This object behaves like a dictionary or mapping in most programming languages. Fields can be accessed using standard notation, such as obj['key']
in Python or obj.get('key')
in Java.
Example
Last updated