Class: DatadogAPIClient::V2::IncidentUserDefinedRoleDataAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentUserDefinedRoleDataAttributesResponse
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created ⇒ Object
readonly
Timestamp when the role was created.
-
#description ⇒ Object
A description of the user-defined role.
-
#modified ⇒ Object
readonly
Timestamp when the role was last modified.
-
#name ⇒ Object
readonly
The name of the user-defined role.
-
#policy ⇒ Object
readonly
Policy configuration for a user-defined role.
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/incident_user_defined_role_data_attributes_response.rb', line 39 def additional_properties @additional_properties end |
#created ⇒ Object
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 |
#description ⇒ Object
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 |
#modified ⇒ Object
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 |
#name ⇒ Object
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 |
#policy ⇒ Object
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 |