Class PropertyMetadataSummaryCollection
A collection of property metadata objects.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class PropertyMetadataSummaryCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<PropertyMetadataSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PropertyMetadataSummary> | An array of properties along with their metadata summary. |