Class WorkRequestLogEntryCollection
A list of log messages from the execution of a work request.
Inherited Members
Namespace: Oci.VbsinstService.Models
Assembly: OCI.DotNetSDK.Vbsinst.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> | The log messages. | 
Remarks
Required