Show / Hide Table of Contents

Class MetricExtensionCollection

Results of a metric extension search. Contains list of MetricExtension items.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MetricExtensionSummary> Items { get; set; }
Property Value
Type Description
List<MetricExtensionSummary>

List of metric extensions.

Remarks

Required

In this article
Back to top