Class WorkRequestCollection
Collection of work requests.
Inherited Members
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class WorkRequestCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<WorkRequest> Items { get; set; }
Property Value
Type | Description |
---|---|
List<WorkRequest> | The list of items. |
Remarks
Required