metadata property

  1. @BuiltValueField.new(wireName: r'metadata')
BuiltMap<String, String>? get metadata

A set of key-value pairs provided in the request, prefixed with 'metadata.'. For example, 'metadata.myField: myValue'

Implementation

@BuiltValueField(wireName: r'metadata')
BuiltMap<String, String>? get metadata;