Class RecalledDataCollection
This is the list of recalled data
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class RecalledDataCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RecalledData> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<RecalledData> | This is the array of recalled data | 
Remarks
Required