Class WorkRequestLogEntryCollection
Results of a work request log entry search. Contains WorkRequestLogEntry items
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.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