{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "WaveDashboard - Metadata API", "description": "Represents the WaveDashboard object in the Analytics application. This type extends the MetadataWithContent metadata type and inherits its content and fullName fields.", "file_information": ".wdash", "directory_location": "wave", "fields_columns": [ "type", "description" ], "fields": { "application": { "type": "string", "description": "The internal name of the application.", "required": true }, "dateVersion": { "type": "integer", "description": "The date version for the dashboard. Only available in v55.0 and above." }, "description": { "type": "string", "description": "The dashboard description that appears in the user interface." }, "masterLabel": { "type": "string", "description": "The dashboard name that appears in the user interface.", "required": true }, "templateAssetSourceName": { "type": "string", "description": "Links the dashboard to the template used to create it. Null for assets not created from a template." } }, "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```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of a WaveDashboard component.", "code": "\n\n \n dev__app\n Dashboard1\n somedesc\n" } ] }