Class WorkRequestErrorCollection
This is a list of errors for the work request.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.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> | This is an array of errors for the work request. |
Remarks
Required