expiryTime property
Output only. The time at which after the backup is eligible to be garbage collected. It is the duration specified by the backup's retention policy, added to the backup's create_time.
Implementation
@$pb.TagNumber(19)
$2.Timestamp get expiryTime => $_getN(18);
Implementation
@$pb.TagNumber(19)
set expiryTime($2.Timestamp v) { setField(19, v); }