Class WorkRequestLogEntryCollection
Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.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> | List of workRequestLogEntries. |
Remarks
Required