Show / Hide Table of Contents

Class LogAnalyticsCategoryCollection

A collection of categories.

Inheritance
object
LogAnalyticsCategoryCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsCategoryCollection

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsCategory> Items { get; set; }
Property Value
Type Description
List<LogAnalyticsCategory>

An array of categories.

In this article
Back to top