Sha256: d4992961a3eab8b306951e7d51ceff9c5f3668a44aabc0d63c603dfe04045c0e
Contents?: true
Size: 648 Bytes
Versions: 2
Compression:
Stored size: 648 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsStepDetailWarning ## Properties | Name | Type | Description | Notes | | ----------- | ----------------------------------------------------- | ------------------------ | ----- | | **message** | **String** | Message for the warning. | | | **type** | [**SyntheticsWarningType**](SyntheticsWarningType.md) | | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsStepDetailWarning.new( message: , type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsStepDetailWarning.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsStepDetailWarning.md |