Class: DatadogAPIClient::V2::MonitorUserTemplateRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MonitorUserTemplateRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/monitor_user_template_request_attributes.rb
Overview
Attributes for a monitor user template.
Instance Attribute Summary collapse
-
#description ⇒ Object
A brief description of the monitor user template.
-
#monitor_definition ⇒ Object
readonly
A valid monitor definition in the same format as the [V1 Monitor API](docs.datadoghq.com/api/latest/monitors/#create-a-monitor).
-
#tags ⇒ Object
readonly
The definition of ‘MonitorUserTemplateTags` object.
-
#template_variables ⇒ Object
The definition of ‘MonitorUserTemplateTemplateVariables` object.
-
#title ⇒ Object
readonly
The title of the monitor user template.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#description ⇒ Object
A brief description of the monitor user template.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/monitor_user_template_request_attributes.rb', line 25 def description @description end |
#monitor_definition ⇒ Object
A valid monitor definition in the same format as the [V1 Monitor API](docs.datadoghq.com/api/latest/monitors/#create-a-monitor).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/monitor_user_template_request_attributes.rb', line 28 def monitor_definition @monitor_definition end |
#tags ⇒ Object
The definition of ‘MonitorUserTemplateTags` object.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/monitor_user_template_request_attributes.rb', line 31 def @tags end |
#template_variables ⇒ Object
The definition of ‘MonitorUserTemplateTemplateVariables` object.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/monitor_user_template_request_attributes.rb', line 34 def template_variables @template_variables end |
#title ⇒ Object
The title of the monitor user template.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/monitor_user_template_request_attributes.rb', line 37 def title @title end |