roleId property
The role ID to use for this role.
A role ID may contain alphanumeric characters, underscores (_), and
periods (.). It must contain a minimum of 3 characters and a maximum of
64 characters.
Implementation
@$pb.TagNumber(2)
$core.String get roleId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set roleId($core.String value) => $_setString(1, value);