ObjectSetTO Data Type

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

Example

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