Class WorkRequestErrorCollection
A list of work request errors. Can contain both errors and other information, such as metadata.
Inherited Members
Namespace: Oci.ApiplatformService.Models
Assembly: OCI.DotNetSDK.Apiplatform.dll
Syntax
public class WorkRequestErrorCollectionProperties
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