Class Item
  Details about the item object.
 
  
  
  
  
  Assembly: OCI.DotNetSDK.Cims.dll
  Syntax
  
    [JsonConverter(typeof(ItemModelConverter))]
public class Item
   
  Properties
  
  Category
  
  
  Declaration
  
    [JsonProperty(PropertyName = "category")]
public Category Category { get; set; }
   
  Property Value
  
  
  IssueType
  
  
  Declaration
  
    [JsonProperty(PropertyName = "issueType")]
public IssueType IssueType { get; set; }
   
  Property Value
  
  
  ItemKey
  
  
  Declaration
  
    [JsonProperty(PropertyName = "itemKey")]
public string ItemKey { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | string | 
        Unique identifier for the item. 
 | 
      
    
  
  
  Name
  
  
  Declaration
  
    [JsonProperty(PropertyName = "name")]
public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | string | 
        The display name of the item. Avoid entering confidential information. 
 | 
      
    
  
  
  SubCategory
  
  
  Declaration
  
    [JsonProperty(PropertyName = "subCategory")]
public SubCategory SubCategory { get; set; }
   
  Property Value