Sha256: 99224514e79ca391467d87be6541e27670bc1f22d86d2290474dd22fb0b6b5c9
Contents?: true
Size: 592 Bytes
Versions: 2
Compression:
Stored size: 592 Bytes
Contents
# DatadogAPIClient::V1::DashboardListListResponse ## Properties | Name | Type | Description | Notes | | ------------------- | -------------------------------------------------- | --------------------------------- | ---------- | | **dashboard_lists** | [**Array<DashboardList>**](DashboardList.md) | List of all your dashboard lists. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::DashboardListListResponse.new( dashboard_lists: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/DashboardListListResponse.md |
datadog_api_client-1.5.0 | docs/v1/DashboardListListResponse.md |