NAME
JIRA::API::ProjectRoleGroup -
SYNOPSIS
my $obj = JIRA::API::ProjectRoleGroup->new();
...
PROPERTIES
displayName
The display name of the group.
groupId
The ID of the group.
name
The name of the group. As a group's name can change, use of `groupId` is recommended to identify the group.