RightGroupDTO

DTO that represents a right group.

Fields

Type
Name
Description
Optional
Default Value
String  
pk
The primary key of the group.
false
 
String  
name
The group name.
false
 
String  
description
The group description.
false
 
String  
custLayer
The group CustLayer.
false
 

Example

{
	"pk" : "fvvv78s3ll2",
	"name" : "Development",
	"description" : "The right group for developers.",
	"custLayer" : "CN"
}