ScheduledQueryCollection¶
-
class
oci.apm_traces.models.
ScheduledQueryCollection
(**kwargs)¶ Bases:
object
A collection of scheduled queries in the APM Domain.
Methods
__init__
(**kwargs)Initializes a new ScheduledQueryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ScheduledQueryCollection. -
__init__
(**kwargs)¶ Initializes a new ScheduledQueryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.apm_traces.models.ScheduledQuerySummary]) – The value to assign to the items property of this ScheduledQueryCollection.
-
items
¶ [Required] Gets the items of this ScheduledQueryCollection. A collection of scheduled query summaries in the APM Domain.
Returns: The items of this ScheduledQueryCollection. Return type: list[oci.apm_traces.models.ScheduledQuerySummary]
-