Model class for CMP version information.
| name | data type | description |
|---|---|---|
| meshVersion | string | |
| portalType | string | |
| portalVersion | string | |
| compatibility | CmpCompatibility |
Example
{
"meshVersion" : "...",
"portalType" : "...",
"portalVersion" : "...",
"compatibility" : "NOT_SUPPORTED"
}