sha1Checksum property

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

This field is deprecated.

An optional SHA1 checksum of the disk image before unpackaging provided by the client when the disk image is created.

Deprecated.

Implementation

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