uid property
Immutable. The globally unique ID of the Policy. Assigned automatically when the
Policy is created.
Implementation
@$pb.TagNumber(2)
$core.String get uid => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set uid($core.String value) => $_setString(1, value);