revision property
- @TagNumber(4)
revision of the last config that successfully updated this resource.
Implementation
@$pb.TagNumber(4)
$core.String get revision => $_getSZ(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set revision($core.String v) { $_setString(3, v); }