retentionExpirationTime property
A server-determined value that specifies the earliest time that the object's retention period expires.
Implementation
@$pb.TagNumber(20)
$2.Timestamp get retentionExpirationTime => $_getN(18);
Implementation
@$pb.TagNumber(20)
set retentionExpirationTime($2.Timestamp v) {
setField(20, v);
}