Class GdpWorkRequestSummaryCollection
Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.
Inherited Members
Namespace: Oci.GdpService.Models
Assembly: OCI.DotNetSDK.Gdp.dll
Syntax
public class GdpWorkRequestSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<GdpWorkRequestSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GdpWorkRequestSummary> | List of workRequestSummary objects. |
Remarks
Required