Sha256: 04999b4bda9e19ffdbd0b0ae9a0960ff451988214296dcc8d927ffb99ae3a6be
Contents?: true
Size: 454 Bytes
Versions: 2
Compression:
Stored size: 454 Bytes
Contents
# DatadogAPIClient::V1::DashboardBulkActionData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Dashboard resource ID. | | | **type** | [**DashboardResourceType**](DashboardResourceType.md) | | [default to 'dashboard'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::DashboardBulkActionData.new( id: 123-abc-456, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.4.0 | docs/v1/DashboardBulkActionData.md |
datadog_api_client-1.3.0 | docs/v1/DashboardBulkActionData.md |