Show / Hide Table of Contents

Class WorkItemDetails

The minimum details of a work item.

Inheritance
object
WorkItemDetails
ApplicationWorkItemDetails
BasicWorkItemDetails
DeployedApplicationWorkItemDetails
LcmWorkItemDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
[JsonConverter(typeof(WorkItemDetailsModelConverter))]
public class WorkItemDetails

Properties

WorkItemType

Declaration
[JsonProperty(PropertyName = "workItemType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public WorkItemType? WorkItemType { get; set; }
Property Value
Type Description
WorkItemType?

The work item type.

In this article
Back to top