# DatadogAPIClient::V1::SLOCorrectionResponseAttributesModifier ## Properties | Name | Type | Description | Notes | | ---------- | ---------- | ----------------------- | ---------- | | **email** | **String** | Email of the Modifier. | [optional] | | **handle** | **String** | Handle of the Modifier. | [optional] | | **name** | **String** | Name of the Modifier. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOCorrectionResponseAttributesModifier.new( email: null, handle: null, name: null ) ```