Class SubCategories
List of subcategories under a service.
Inherited Members
Namespace: Oci.CimsService.Models
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
public class SubCategories
Properties
HasSubCategory
Declaration
[JsonProperty(PropertyName = "hasSubCategory")]
public string HasSubCategory { get; set; }
Property Value
Type | Description |
---|---|
string | Flag to identify if subComponent is present |
Schema
Declaration
[JsonProperty(PropertyName = "schema")]
public string Schema { get; set; }
Property Value
Type | Description |
---|---|
string | Schema of a subcategory. |
ServiceCategory
Declaration
[JsonProperty(PropertyName = "serviceCategory")]
public Dictionary<string, string> ServiceCategory { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Subcategory list. |
SubCategoriesProp
Declaration
[JsonProperty(PropertyName = "subCategories")]
public List<SubComponents> SubCategoriesProp { get; set; }
Property Value
Type | Description |
---|---|
List<SubComponents> | The sub component list for MOS Taxonomy. |