checksumSha256 property
Lowercase hex SHA-256 checksum for the primary artifact. Per-file checksums for multi-file artifacts live on ModelFileDescriptor.
Implementation
@$pb.TagNumber(17)
$core.String get checksumSha256 => $_getSZ(15);
Implementation
@$pb.TagNumber(17)
set checksumSha256($core.String value) => $_setString(15, value);