[{"label":"Latest (v1.0)","version":"latest"}]
csp
BaseGroupDto
Defines the base properties of the group.
Properties
string
displayName
Optional
The display name of the group.
string
id
Optional
Unique identifier of the group.
JSON Example
{
"displayName": "string",
"id": "string"
}