CustomMetadata

CustomMetadata contains information from a user-defined operation.

JSON representation
{
  "values": {
    string: string,
    ...
  }
}
Fields
values

map (key: string, value: string)

Output only. Key-value pairs provided by the user-defined operation.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.