Class: DatadogAPIClient::V2::CreatePageRequestDataAttributes

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

Overview

Details about the On-Call Page you want to create.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/create_page_request_data_attributes.rb', line 39

def additional_properties
  @additional_properties
end

#descriptionObject

A short summary of the issue or context.



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

def description
  @description
end

#tagsObject

Tags to help categorize or filter the page.



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

def tags
  @tags
end

#targetObject

Information about the target to notify (such as a team or user).



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

def target
  @target
end

#titleObject

The title of the page.



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

def title
  @title
end

#urgencyObject

On-Call Page urgency level.



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

def urgency
  @urgency
end