GroupCreateVO Data Type

Properties
name data type description
code string
description string
isInternal boolean
extData map of string

Example

{
  "code" : "...",
  "description" : "...",
  "isInternal" : true,
  "extData" : {
    "property1" : "...",
    "property2" : "..."
  }
}