Show / Hide Table of Contents

Class EffectivePropertyCollection

A collection of effective properties.

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

Properties

Items

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

A list of properties and their effective values.

In this article
Back to top