Class: DatadogAPIClient::V2::CaseTypeResourceAttributes

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

Overview

Attributes of a case type, which define a classification category for cases. Organizations use case types to model different workflows (for example, Security Incident, Bug Report, Change Request).

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/case_type_resource_attributes.rb', line 36

def additional_properties
  @additional_properties
end

#deleted_atObject

Timestamp when the case type was marked as deleted. A null value indicates the case type is active.



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

def deleted_at
  @deleted_at
end

#descriptionObject

A detailed description explaining when this case type should be used.



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

def description
  @description
end

#emojiObject

An emoji icon representing the case type in the UI.



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

def emoji
  @emoji
end

#nameObject

The display name of the case type, shown in the Case Management UI when creating or viewing cases.



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

def name
  @name
end