XXPluginInfo Data Type

Properties
name data type constraints description
myClassType number required
myDisplayValue string  
id number  
createTime number  
updateTime number  
serviceName string  
appType string  
hostName string  
ipAddress string  
info string  

Example

{
  "myClassType" : 12345,
  "myDisplayValue" : "...",
  "id" : 12345,
  "createTime" : 12345,
  "updateTime" : 12345,
  "serviceName" : "...",
  "appType" : "...",
  "hostName" : "...",
  "ipAddress" : "...",
  "info" : "..."
}