IncidentType¶
-
class
oci.cims.models.
IncidentType
(**kwargs)¶ Bases:
object
Details about the incident type associated with the support ticket.
Methods
__init__
(**kwargs)Initializes a new IncidentType object with values from keyword arguments. Attributes
classifier_list
Gets the classifier_list of this IncidentType. description
Gets the description of this IncidentType. id
Gets the id of this IncidentType. label
Gets the label of this IncidentType. name
Gets the name of this IncidentType. -
__init__
(**kwargs)¶ Initializes a new IncidentType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this IncidentType.
- name (str) – The value to assign to the name property of this IncidentType.
- label (str) – The value to assign to the label property of this IncidentType.
- description (str) – The value to assign to the description property of this IncidentType.
- classifier_list (list[oci.cims.models.Classifier]) – The value to assign to the classifier_list property of this IncidentType.
-
classifier_list
¶ Gets the classifier_list of this IncidentType. The list of classifiers.
Returns: The classifier_list of this IncidentType. Return type: list[oci.cims.models.Classifier]
-
description
¶ Gets the description of this IncidentType. The description of the incident type.
Returns: The description of this IncidentType. Return type: str
-
id
¶ Gets the id of this IncidentType. Unique identifier for the incident type.
Returns: The id of this IncidentType. Return type: str
-
label
¶ Gets the label of this IncidentType. The label associated with the incident type.
Returns: The label of this IncidentType. Return type: str
-
name
¶ Gets the name of this IncidentType. The name of the incident type.
Returns: The name of this IncidentType. Return type: str
-