hash property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? hash
getter/setter pair

Deprecated, use one of explicit hash type fields instead.

These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/uploader/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? hash;