roleId property

  1. @TagNumber.new(2)
String get roleId

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);
  1. @TagNumber.new(2)
set roleId (String value)

Implementation

@$pb.TagNumber(2)
set roleId($core.String value) => $_setString(1, value);