Class WorkRequestErrorCollection
The results of a work request error search. This contains WorkRequestError items and other data.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.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 collection of work request errors. |
Remarks
Required