Class CreateItemDetails
Details gathered during ticket creation.
Inheritance
CreateItemDetails
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
[JsonConverter(typeof(CreateItemDetailsModelConverter))]
public class CreateItemDetails
Properties
Category
Declaration
[JsonProperty(PropertyName = "category")]
public CreateCategoryDetails Category { get; set; }
Property Value
IssueType
Declaration
[JsonProperty(PropertyName = "issueType")]
public CreateIssueTypeDetails IssueType { get; set; }
Property Value
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
string |
The display name of the ticket. Avoid entering confidential information.
|
SubCategory
Declaration
[JsonProperty(PropertyName = "subCategory")]
public CreateSubCategoryDetails SubCategory { get; set; }
Property Value