Sha256: 270dd7783c5d9e22dede24f4515663b107c643f2258a2fadcf01d2c011f77561
Contents?: true
Size: 680 Bytes
Versions: 2
Compression:
Stored size: 680 Bytes
Contents
# DatadogAPIClient::V2::DashboardListAddItemsRequest ## Properties | Name | Type | Description | Notes | | -------------- | ------------------------------------------------------------------------ | --------------------------------------------- | ---------- | | **dashboards** | [**Array<DashboardListItemRequest>**](DashboardListItemRequest.md) | List of dashboards to add the dashboard list. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::DashboardListAddItemsRequest.new( dashboards: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/DashboardListAddItemsRequest.md |
datadog_api_client-1.5.0 | docs/v2/DashboardListAddItemsRequest.md |