metadata property

Map<String, String>? metadata
getter/setter pair

User-supplied key-value pairs used to organize Consent resources.

Metadata keys must: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - begin with a letter - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes Metadata values must be: - be between 1 and 63 characters long

  • have a UTF-8 encoding of maximum 128 bytes - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes No more than 64 metadata entries can be associated with a given consent.

Optional.

Implementation

core.Map<core.String, core.String>? metadata;