Sha256: 79e2febc7cfcdf0aea192f3040ffa9af2b29e8367353b64deff6ee8de1f75344
Contents?: true
Size: 481 Bytes
Versions: 7
Compression:
Stored size: 481 Bytes
Contents
# DatadogAPIClient::V2::DashboardListAddItemsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **added_dashboards_to_list** | [**Array<DashboardListItemResponse>**](DashboardListItemResponse.md) | List of dashboards added to the dashboard list. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::DashboardListAddItemsResponse.new( added_dashboards_to_list: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems