RightGroupDTO
DTO that represents a right group.
Fields
Type
Name
Description
Optional
Default Value
pk
The primary key of the group.
false
name
The group name.
false
description
The group description.
false
custLayer
The group CustLayer.
false
Example
{
"pk" : "fvvv78s3ll2",
"name" : "Development",
"description" : "The right group for developers.",
"custLayer" : "CN"
}