listDashboards
inline suspend fun BcmDashboardsClient.listDashboards(crossinline block: ListDashboardsRequest.Builder.() -> Unit): ListDashboardsResponse
Returns a list of all dashboards in your account.
Samples
// Listing dashboards for a user
val resp = bcmDashboardsClient.listDashboards()Content copied to clipboard