Class WorkRequestLogEntryCollection
The results of a work request log search. Results contain both work request log items and other information, such as metadata.
Inherited Members
Namespace: Oci.ClusterplacementgroupsService.Models
Assembly: OCI.DotNetSDK.Clusterplacementgroups.dll
Syntax
public class WorkRequestLogEntryCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<WorkRequestLogEntry> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<WorkRequestLogEntry> | A list of work request log entries. | 
Remarks
Required