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