pub async fn search( transport: &Transport, page: u64, query: Option<&str>, tags: &[String], ) -> Result<DashboardPage>
List one page of dashboards through the public Dashboards API.