Show / Hide Table of Contents

Class ScheduledQueryCollection

A collection of scheduled queries in the APM Domain.

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

Properties

Items

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

A collection of scheduled query summaries in the APM Domain.

Remarks

Required

In this article
Back to top