VXRepository Data Type

Properties
name data type constraints description
name string   Returns the value for the member attribute name
description string   Returns the value for the member attribute description
repositoryType string   Returns the value for the member attribute repositoryType
config string   Returns the value for the member attribute config
isActive boolean required Returns the value for the member attribute isActive
version string   Returns the value for the member attribute version
myClassType number required
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 required

Example

{
  "name" : "...",
  "description" : "...",
  "repositoryType" : "...",
  "config" : "...",
  "isActive" : true,
  "version" : "...",
  "myClassType" : 12345,
  "id" : 12345,
  "createDate" : 12345,
  "updateDate" : 12345,
  "owner" : "...",
  "updatedBy" : "..."
}