Show / Hide Table of Contents

Class CreateSubCategoryDetails

Details for creating the service subcategory of the support ticket.

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

Properties

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