changeDate property
ChangeDate is the timestamp when the authorization was last updated. In case the authorization was not updated, this field is equal to the creation date.
Implementation
@$pb.TagNumber(9)
$0.Timestamp get changeDate => $_getN(8);
Implementation
@$pb.TagNumber(9)
set changeDate($0.Timestamp value) => $_setField(9, value);