Show / Hide Table of Contents

Class CreateCategoryDetails

Details for creating the category of the support ticket.

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

Properties

CategoryKey

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

Unique identifier for the service category.

In this article
Back to top