cavokSOAPService
Public Attributes | List of all members
TreeMetadata Struct Reference

Asset Metadata wrapper This is used only for single ViewType operations like getTreeOwnMetadata or getTreeMetadataList. More...

Public Attributes

xsd__string treeID
 Asset ID.
 
std::vector< struct TreeMetadataInternalmetaData
 All metadata of this asset (probably limited by ViewSet). More...
 
std::vector< struct DirMetadatadirMetadata
 All metadata of the directory hierarchy of this asset (probably limited by ViewSet). More...
 
std::vector< struct CatMetadatacatMetadata
 All metadata of the category hierarchy of this asset (probably limited by ViewSet). More...
 

Detailed Description

Asset Metadata wrapper This is used only for single ViewType operations like getTreeOwnMetadata or getTreeMetadataList.

Member Data Documentation

◆ catMetadata

std::vector<struct CatMetadata> TreeMetadata::catMetadata

All metadata of the category hierarchy of this asset (probably limited by ViewSet).

◆ dirMetadata

std::vector<struct DirMetadata> TreeMetadata::dirMetadata

All metadata of the directory hierarchy of this asset (probably limited by ViewSet).

◆ metaData

std::vector<struct TreeMetadataInternal> TreeMetadata::metaData

All metadata of this asset (probably limited by ViewSet).