Class: DatadogAPIClient::V2::CaseCreateAttributes

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

Overview

Case creation attributes

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#descriptionObject

Description



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

def description
  @description
end

#priorityObject

Case priority



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

def priority
  @priority
end

#titleObject

Title



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

def title
  @title
end

#typeObject

Case type



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

def type
  @type
end