Class: DatadogAPIClient::V2::IncidentUserDefinedRoleDataAttributesResponse

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

Overview

Attributes of an incident user-defined role.

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/incident_user_defined_role_data_attributes_response.rb', line 39

def additional_properties
  @additional_properties
end

#createdObject

Timestamp when the role was created.



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

def created
  @created
end

#descriptionObject

A description of the user-defined role.



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

def description
  @description
end

#modifiedObject

Timestamp when the role was last modified.



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

def modified
  @modified
end

#nameObject

The name of the user-defined role.



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

def name
  @name
end

#policyObject

Policy configuration for a user-defined role.



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

def policy
  @policy
end