IncidentType¶
-
class
oci.cims.models.IncidentType(**kwargs)¶ Bases:
objectDetails about the incident type associated with the support request.
Methods
__init__(**kwargs)Initializes a new IncidentType object with values from keyword arguments. Attributes
classifier_listGets the classifier_list of this IncidentType. descriptionGets the description of this IncidentType. idGets the id of this IncidentType. labelGets the label of this IncidentType. nameGets 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
-