Class SubComponents
List of subcomponents under a subcategory.
Inherited Members
Namespace: Oci.CimsService.Models
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
public class SubComponents
Properties
Schema
Declaration
[JsonProperty(PropertyName = "schema")]
public string Schema { get; set; }
Property Value
Type | Description |
---|---|
string | Schema of a subcategory. |
SubCategory
Declaration
[JsonProperty(PropertyName = "subCategory")]
public Dictionary<string, string> SubCategory { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Subcategory list. |