CreateCategoryDetails¶
-
class
oci.cims.models.
CreateCategoryDetails
(**kwargs)¶ Bases:
object
Details for creating the category of the support ticket.
Methods
__init__
(**kwargs)Initializes a new CreateCategoryDetails object with values from keyword arguments. Attributes
category_key
Gets the category_key of this CreateCategoryDetails. -
__init__
(**kwargs)¶ Initializes a new CreateCategoryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: category_key (str) – The value to assign to the category_key property of this CreateCategoryDetails.
-
category_key
¶ Gets the category_key of this CreateCategoryDetails. Unique identifier for the service category.
Returns: The category_key of this CreateCategoryDetails. Return type: str
-