encoding property
Required for UserData uploads.
The encoding type of the user identifiers. Applies to only the outer
encoding for encrypted user identifiers. For non UserData uploads, this
field is ignored.
Optional. Possible string values are:
- "ENCODING_UNSPECIFIED" : Unspecified Encoding type. Should never be used.
- "HEX" : Hex encoding.
- "BASE64" : Base 64 encoding.
Implementation
core.String? encoding;