Class: DatadogAPIClient::V2::CreatePageRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreatePageRequestDataAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
A short summary of the issue or context.
-
#tags ⇒ Object
Tags to help categorize or filter the page.
-
#target ⇒ Object
readonly
Information about the target to notify (such as a team or user).
-
#title ⇒ Object
readonly
The title of the page.
-
#urgency ⇒ Object
readonly
On-Call Page urgency level.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#description ⇒ Object
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 |
#tags ⇒ Object
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 end |
#target ⇒ Object
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 |
#title ⇒ Object
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 |
#urgency ⇒ Object
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 |