Sha256: 965a539caa5460d38e8546e01549fb15b2649d99026ff2f7294b8dd28beb651c
Contents?: true
Size: 597 Bytes
Versions: 2
Compression:
Stored size: 597 Bytes
Contents
# 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 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SLOCorrectionResponseAttributesModifier.md |
datadog_api_client-1.5.0 | docs/v1/SLOCorrectionResponseAttributesModifier.md |