SubComponents¶
-
class
oci.cims.models.
SubComponents
(**kwargs)¶ Bases:
object
List of subcomponents under a subcategory.
Methods
__init__
(**kwargs)Initializes a new SubComponents object with values from keyword arguments. Attributes
schema
Gets the schema of this SubComponents. sub_category
Gets the sub_category of this SubComponents. -
__init__
(**kwargs)¶ Initializes a new SubComponents object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - sub_category (dict(str, str)) – The value to assign to the sub_category property of this SubComponents.
- schema (str) – The value to assign to the schema property of this SubComponents.
-
schema
¶ Gets the schema of this SubComponents. Schema of a subcategory.
Returns: The schema of this SubComponents. Return type: str
-
sub_category
¶ Gets the sub_category of this SubComponents. Subcategory list.
Returns: The sub_category of this SubComponents. Return type: dict(str, str)
-