# 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 ) ```