Class WorkRequestErrorCollection
List of WorkRequestError items.
Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.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> | Array of Work Request Error items. | 
Remarks
Required