SubCategories

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

Bases: object

List of subcategories under a service.

Methods

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

Attributes

has_sub_category Gets the has_sub_category of this SubCategories.
schema Gets the schema of this SubCategories.
service_category Gets the service_category of this SubCategories.
sub_components Gets the sub_components of this SubCategories.
__init__(**kwargs)

Initializes a new SubCategories object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • service_category (dict(str, str)) – The value to assign to the service_category property of this SubCategories.
  • schema (str) – The value to assign to the schema property of this SubCategories.
  • has_sub_category (str) – The value to assign to the has_sub_category property of this SubCategories.
  • sub_components (list[oci.cims.models.SubComponents]) – The value to assign to the sub_components property of this SubCategories.
has_sub_category

Gets the has_sub_category of this SubCategories. Flag to identify if subComponent is present

Returns:The has_sub_category of this SubCategories.
Return type:str
schema

Gets the schema of this SubCategories. Schema of a subcategory.

Returns:The schema of this SubCategories.
Return type:str
service_category

Gets the service_category of this SubCategories. Subcategory list.

Returns:The service_category of this SubCategories.
Return type:dict(str, str)
sub_components

Gets the sub_components of this SubCategories. The sub component list for MOS Taxonomy.

Returns:The sub_components of this SubCategories.
Return type:list[oci.cims.models.SubComponents]