Class: DatadogAPIClient::V2::ProjectAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProjectAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/project_attributes.rb
Overview
Project attributes
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#columns_config ⇒ Object
Project columns configuration.
-
#enabled_custom_case_types ⇒ Object
List of enabled custom case type IDs.
-
#key ⇒ Object
The project's key.
-
#name ⇒ Object
Project's name.
-
#restricted ⇒ Object
Whether the project is restricted.
-
#settings ⇒ Object
Project settings.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/project_attributes.rb', line 30 def additional_properties @additional_properties end |
#columns_config ⇒ Object
Project columns configuration
25 26 27 |
# File 'lib/datadog_api_client/v2/models/project_attributes.rb', line 25 def columns_config @columns_config end |
#enabled_custom_case_types ⇒ Object
List of enabled custom case type IDs
28 29 30 |
# File 'lib/datadog_api_client/v2/models/project_attributes.rb', line 28 def enabled_custom_case_types @enabled_custom_case_types end |
#key ⇒ Object
The project's key
25 26 27 |
# File 'lib/datadog_api_client/v2/models/project_attributes.rb', line 25 def key @key end |
#name ⇒ Object
Project's name
28 29 30 |
# File 'lib/datadog_api_client/v2/models/project_attributes.rb', line 28 def name @name end |
#restricted ⇒ Object
Whether the project is restricted
37 38 39 |
# File 'lib/datadog_api_client/v2/models/project_attributes.rb', line 37 def restricted @restricted end |
#settings ⇒ Object
Project settings
40 41 42 |
# File 'lib/datadog_api_client/v2/models/project_attributes.rb', line 40 def settings @settings end |