expireTime property
Output only. The time at which this resource will be purged.
Implementation
@$pb.TagNumber(9)
$3.Timestamp get expireTime => $_getN(7);
Implementation
@$pb.TagNumber(9)
set expireTime($3.Timestamp v) {
setField(9, v);
}
Output only. The time at which this resource will be purged.
@$pb.TagNumber(9)
$3.Timestamp get expireTime => $_getN(7);
@$pb.TagNumber(9)
set expireTime($3.Timestamp v) {
setField(9, v);
}