SubCategory

class oci.cims.models.SubCategory(**kwargs)

Bases: object

Details about the service subcategory associated with the support ticket.

Methods

__init__(**kwargs) Initializes a new SubCategory object with values from keyword arguments.

Attributes

name Gets the name of this SubCategory.
sub_category_key Gets the sub_category_key of this SubCategory.
__init__(**kwargs)

Initializes a new SubCategory 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 SubCategory.
  • name (str) – The value to assign to the name property of this SubCategory.
name

Gets the name of this SubCategory. The name of the service subcategory. For example, Backup Count or Custom Image Count.

Returns:The name of this SubCategory.
Return type:str
sub_category_key

Gets the sub_category_key of this SubCategory. Unique identifier for the service subcategory.

Returns:The sub_category_key of this SubCategory.
Return type:str