Show / Hide Table of Contents

Class Category

Details about the service category associated with the support ticket.

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

Properties

CategoryKey

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

Unique identifier for the service category.

Name

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

The name of the service category. For example, Compute or Identity.

In this article
Back to top