Show / Hide Table of Contents

Class SubCategory

Details about the service subcategory associated with the support ticket.

Inheritance
object
SubCategory
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 SubCategory

Properties

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The name of the service subcategory. For example, Backup Count or Custom Image Count.

SubCategoryKey

Declaration
[JsonProperty(PropertyName = "subCategoryKey")]
public string SubCategoryKey { get; set; }
Property Value
Type Description
string

Unique identifier for the service subcategory.

In this article
Back to top