Class WorkRequestErrorCollection
Results of a work request error search. Contains WorkRequestError items
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class WorkRequestErrorCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<WorkRequestError> Items { get; set; }
Property Value
Type | Description |
---|---|
List<WorkRequestError> | A list of work request errors. |
Remarks
Required