{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"sub_types",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "WaveAnalyticAssetCollection - Metadata API",
"description": "Represents a collection of Analytics assets. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".collection",
"directory_location": "wave",
"fields_columns": [
"type",
"description"
],
"fields": {
"collectionType": {
"type": "string",
"description": "The collection type."
},
"color": {
"type": "string",
"description": "The display color for the collection."
},
"description": {
"type": "string",
"description": "The description that appears in the user interface."
},
"folder": {
"type": "string",
"description": "The internal API name of the folder or application."
},
"items": {
"type": "WaveAnalayticAssestCollectionItem",
"description": "A list of Analytics asset items."
},
"label": {
"type": "string",
"description": "The label for the collection."
},
"shares": {
"type": "FolderShare",
"description": "The folder sharing rules."
}
},
"sub_types": {
"WaveAnalyticAssestCollectionItem": {
"asset": {
"type": "string",
"description": "The asset name."
},
"assetType": {
"type": "string",
"description": "The asset type."
},
"sortOrder": {
"type": "int",
"description": "The sort order for the asset."
}
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n\n\n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a WaveAnalyticsAssetCollection component.",
"code": " \n\n static\n #1b96ff\n A collection of my Dashboards\n Shared\n \n \n - \n Dashboard One\n dashboard\n 1\n
\n - \n Dashboard Two\n dashboard\n 2\n
\n \n \n EditAllContents\n shareswith@org.ee\n User\n \n"
}
]
}