Class LogEntryCollection
Collection of log entries.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class LogEntryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<LogEntry> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LogEntry> | Collection of log entries. |
Remarks
Required