Class: DatadogAPIClient::V1::SLOCreator
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOCreator
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_creator.rb
Overview
The creator of the SLO
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#email ⇒ Object
Email of the creator.
-
#id ⇒ Object
User ID of the creator.
-
#name ⇒ Object
Name of the creator.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/slo_creator.rb', line 33 def additional_properties @additional_properties end |
#email ⇒ Object
Email of the creator.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/slo_creator.rb', line 25 def email @email end |
#id ⇒ Object
User ID of the creator.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/slo_creator.rb', line 28 def id @id end |
#name ⇒ Object
Name of the creator.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/slo_creator.rb', line 31 def name @name end |