Show / Hide Table of Contents

Class SubComponents

List of subcomponents under a subcategory.

Inheritance
object
SubComponents
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 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.

In this article
Back to top