Show / Hide Table of Contents

Class SubCategories

List of subcategories under a service.

Inheritance
object
SubCategories
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top