Show / Hide Table of Contents

Class CreateIssueTypeDetails

Details for creating the issue type of the support ticket.

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

Properties

IssueTypeKey

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

Unique identifier for the issue type.

In this article
Back to top