Class: DatadogAPIClient::V2::ProjectAttributes

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

Overview

Project attributes

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_configObject

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_typesObject

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

#keyObject

The project's key



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

def key
  @key
end

#nameObject

Project's name



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

def name
  @name
end

#restrictedObject

Whether the project is restricted



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

def restricted
  @restricted
end

#settingsObject

Project settings



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

def settings
  @settings
end