ArchiveReferenceType Data Type

This ReferenceType identifies an archive.

Properties
name data type description
name string the name of the referenced archive.
contentType ArchiveContentEnum The type of content contained in the referenced archive.

Example

{
  "name" : "...",
  "contentType" : "FOLDER"
}