Show / Hide Table of Contents

Class IssueType

Details about the issue type associated with the support ticket.

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

Properties

IssueTypeKey

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

Unique identifier for the issue type.

Label

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

The label for the issue type. For example, Instance Performance.

Name

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

The URL for the contextual documentation.

In this article
Back to top