hash property

String? hash
getter/setter pair

A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 hash.

This field is in binary format. For JSON requests, hashes are base64-encoded.

Implementation

core.String? hash;