Sha256: 800d22d1d866d84dbd861ec73ae85097eb9c281ee55b199f66e3ee714aca8768
Contents?: true
Size: 519 Bytes
Versions: 2
Compression:
Stored size: 519 Bytes
Contents
# DatadogAPIClient::V1::CanceledDowntimesIds ## Properties | Name | Type | Description | Notes | | ----------------- | ------------------------ | ----------------------------------- | ---------- | | **cancelled_ids** | **Array<Integer>** | ID of downtimes that were canceled. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::CanceledDowntimesIds.new( cancelled_ids: [123456789,123456790] ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/CanceledDowntimesIds.md |
datadog_api_client-1.5.0 | docs/v1/CanceledDowntimesIds.md |