ObjectSetTO Data Type

Properties
name data type description
ownerId number
name string
description string
createdAt string
ownerFullName string
objects array of HdcObjectTO
isShared boolean
canEdit boolean
id number

Example

{
  "ownerId" : 12345,
  "name" : "...",
  "description" : "...",
  "createdAt" : "...",
  "ownerFullName" : "...",
  "objects" : [ { }, { } ],
  "isShared" : true,
  "canEdit" : true,
  "id" : 12345
}