Class: DatadogAPIClient::V1::SLOCorrectionResponseAttributesModifier
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOCorrectionResponseAttributesModifier
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_correction_response_attributes_modifier.rb
Overview
Modifier of the object.
Instance Attribute Summary collapse
-
#email ⇒ Object
Email of the Modifier.
-
#handle ⇒ Object
Handle of the Modifier.
-
#name ⇒ Object
Name of the Modifier.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#email ⇒ Object
Email of the Modifier.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes_modifier.rb', line 29 def email @email end |
#handle ⇒ Object
Handle of the Modifier.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes_modifier.rb', line 32 def handle @handle end |
#name ⇒ Object
Name of the Modifier.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes_modifier.rb', line 35 def name @name end |