Show / Hide Table of Contents

Class WorkRequestLogEntryCollection

The results of a work request log search. Results contain both work request log items and other information, such as metadata.

Inheritance
object
WorkRequestLogEntryCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ClusterplacementgroupsService.Models
Assembly: OCI.DotNetSDK.Clusterplacementgroups.dll
Syntax
public class WorkRequestLogEntryCollection

Properties

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

In this article
Back to top