Class WorkItemCollection
A list of WorkItem.
Inherited Members
Namespace: Oci.JmsutilsService.Models
Assembly: OCI.DotNetSDK.Jmsutils.dll
Syntax
public class WorkItemCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<WorkItemSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<WorkItemSummary> | A list of work request items. | 
Remarks
Required