Show / Hide Table of Contents

Class AutoLookups

AutoLookups

Inheritance
object
AutoLookups
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 AutoLookups

Properties

CanonicalLink

Declaration
[JsonProperty(PropertyName = "canonicalLink")]
public string CanonicalLink { get; set; }
Property Value
Type Description
string

The canonical link.

TotalCount

Declaration
[JsonProperty(PropertyName = "totalCount")]
public long? TotalCount { get; set; }
Property Value
Type Description
long?

The total count.

In this article
Back to top