Class WorkRequestErrorCollection
Results of the work request error search. Contains both work request error items and other information, such as metadata.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.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> | List of work request error objects. |
Remarks
Required