Sha256: 459958cd4ab00da8c839cbc26c42f096b291e2c52726a9388219a6566a22b927
Contents?: true
Size: 447 Bytes
Versions: 7
Compression:
Stored size: 447 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
7 entries across 7 versions & 1 rubygems