Class: DatadogAPIClient::V1::SLOCorrectionResponseAttributesModifier

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#emailObject

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

#handleObject

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

#nameObject

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