Show / Hide Table of Contents

Class AssociableEntityCollection

The collection of entities that are eligible or ineligible to be associated to the source.

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

Properties

Items

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

An array of entities.

In this article
Back to top