Class WorkRequestLogEntryCollection
Result of a platform lpnist or search. Contains WorkRequestLogEntry
Inherited Members
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.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> | Collection of WorkRequestLogEntry |
Remarks
Required