type property

String? type
getter/setter pair

The type of hash that was performed.

Required. Possible string values are:

  • "HASH_TYPE_UNSPECIFIED" : Unknown.
  • "SHA256" : A SHA-256 hash.

Implementation

core.String? type;