Category

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

Bases: object

Details about the service category associated with the support ticket.

Methods

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

Attributes

category_key Gets the category_key of this Category.
name Gets the name of this Category.
__init__(**kwargs)

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

Gets the category_key of this Category. Unique identifier for the service category.

Returns:The category_key of this Category.
Return type:str
name

Gets the name of this Category. The name of the service category. For example, Compute or Identity.

Returns:The name of this Category.
Return type:str