Class WorkItemDetails
The minimum details of a work item.
Inheritance
WorkItemDetails
      
      
      
  Inherited Members
Namespace: Oci.JmsutilsService.Models
Assembly: OCI.DotNetSDK.Jmsutils.dll
Syntax
[JsonConverter(typeof(WorkItemDetailsModelConverter))]
public class WorkItemDetailsProperties
WorkItemType
Declaration
[JsonProperty(PropertyName = "workItemType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public WorkItemType? WorkItemType { get; set; }Property Value
| Type | Description | 
|---|---|
| WorkItemType? | The work item type. |