EntityChildrenResponse
org.sagebionetworks.repo.model.EntityChildrenResponse
Response of EntityHeaders for the children of a given parent Entity
Field | Type | Description |
---|---|---|
page | ARRAY<EntityHeader> | The headers of each child. |
nextPageToken | STRING | Token that can be used to get the next page. Null if there are no more results. |
totalChildCount | INTEGER | The total number of children with the requested parentId and types. Only returned if requested. |
sumFileSizesBytes | INTEGER | The sum of the file sizes (bytes) with the requested parentId and types. Only returned if requested. |