name | data type | description |
---|---|---|
name | string | |
cipher | string | |
length | number | |
description | string | |
versions | number | |
material | string | |
versionName | string | |
created | number | |
attributes | map of string | |
myClassType | number | |
Properties inherited from VXDataObject |
||
id | number | Returns the value for the member attribute id |
createDate | number | Returns the value for the member attribute createDate |
updateDate | number | Returns the value for the member attribute updateDate |
owner | string | Returns the value for the member attribute owner |
updatedBy | string | Returns the value for the member attribute updatedBy |
myClassType | number |
Example
{ "name" : "...", "cipher" : "...", "length" : 12345, "description" : "...", "versions" : 12345, "material" : "...", "versionName" : "...", "created" : 12345, "attributes" : { "property1" : "...", "property2" : "..." }, "myClassType" : 12345, "id" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "..." }