Class: DatadogAPIClient::V2::IncidentCreatePageFromIncidentDataAttributesRequest

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

Overview

Attributes for creating a page from an incident.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



45
46
47
# File 'lib/datadog_api_client/v2/models/incident_create_page_from_incident_data_attributes_request.rb', line 45

def additional_properties
  @additional_properties
end

#descriptionObject

The description of the page.



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

def description
  @description
end

#incident_public_idObject

The public ID of the incident.



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

def incident_public_id
  @incident_public_id
end

#roleObject

A reference to an incident role for a page.



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

def role
  @role
end

#servicesObject

List of affected services.



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

def services
  @services
end

#tagsObject

List of tags for the page.



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

def tags
  @tags
end

#targetObject

The target recipient for a page.



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

def target
  @target
end

#titleObject

The title of the page.



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

def title
  @title
end