cavokSOAPService
|
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 TreeMetadataInternal > | metaData |
All metadata of this asset (probably limited by ViewSet). More... | |
std::vector< struct DirMetadata > | dirMetadata |
All metadata of the directory hierarchy of this asset (probably limited by ViewSet). More... | |
std::vector< struct CatMetadata > | catMetadata |
All metadata of the category hierarchy of this asset (probably limited by ViewSet). More... | |
Asset Metadata wrapper This is used only for single ViewType operations like getTreeOwnMetadata or getTreeMetadataList.
std::vector<struct CatMetadata> TreeMetadata::catMetadata |
All metadata of the category hierarchy of this asset (probably limited by ViewSet).
std::vector<struct DirMetadata> TreeMetadata::dirMetadata |
All metadata of the directory hierarchy of this asset (probably limited by ViewSet).
std::vector<struct TreeMetadataInternal> TreeMetadata::metaData |
All metadata of this asset (probably limited by ViewSet).