Class: DatadogAPIClient::V2::SimpleMonitorUserTemplate

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/simple_monitor_user_template.rb

Overview

A simplified version of a monitor user template.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/simple_monitor_user_template.rb', line 48

def additional_properties
  @additional_properties
end

#createdObject

The created timestamp of the template.



25
26
27
# File 'lib/datadog_api_client/v2/models/simple_monitor_user_template.rb', line 25

def created
  @created
end

#descriptionObject

A brief description of the monitor user template.



28
29
30
# File 'lib/datadog_api_client/v2/models/simple_monitor_user_template.rb', line 28

def description
  @description
end

#idObject

The unique identifier. The initial version will match the template ID.



31
32
33
# File 'lib/datadog_api_client/v2/models/simple_monitor_user_template.rb', line 31

def id
  @id
end

#monitor_definitionObject

A valid monitor definition in the same format as the V1 Monitor API.



34
35
36
# File 'lib/datadog_api_client/v2/models/simple_monitor_user_template.rb', line 34

def monitor_definition
  @monitor_definition
end

#tagsObject

The definition of MonitorUserTemplateTags object.



37
38
39
# File 'lib/datadog_api_client/v2/models/simple_monitor_user_template.rb', line 37

def tags
  @tags
end

#template_variablesObject

The definition of MonitorUserTemplateTemplateVariables object.



40
41
42
# File 'lib/datadog_api_client/v2/models/simple_monitor_user_template.rb', line 40

def template_variables
  @template_variables
end

#titleObject

The title of the monitor user template.



43
44
45
# File 'lib/datadog_api_client/v2/models/simple_monitor_user_template.rb', line 43

def title
  @title
end

#versionObject

The version of the monitor user template.



46
47
48
# File 'lib/datadog_api_client/v2/models/simple_monitor_user_template.rb', line 46

def version
  @version
end