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