Class: DatadogAPIClient::V2::IncidentUserDefinedRolePolicy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentUserDefinedRolePolicy
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_user_defined_role_policy.rb
Overview
Policy configuration for a user-defined role.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#is_single ⇒ Object
readonly
Whether this role can only be assigned to one responder at a time.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/incident_user_defined_role_policy.rb', line 27 def additional_properties @additional_properties end |
#is_single ⇒ Object
Whether this role can only be assigned to one responder at a time.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_user_defined_role_policy.rb', line 25 def is_single @is_single end |