updateTime property
Output only. The time when the policy was updated.
Implementation
@$pb.TagNumber(2)
$2.Timestamp get updateTime => $_getN(1);
Implementation
@$pb.TagNumber(2)
set updateTime($2.Timestamp v) {
setField(2, v);
}
Output only. The time when the policy was updated.
@$pb.TagNumber(2)
$2.Timestamp get updateTime => $_getN(1);
@$pb.TagNumber(2)
set updateTime($2.Timestamp v) {
setField(2, v);
}