MetricPropertyCollection

class oci.oci_control_center.models.MetricPropertyCollection(**kwargs)

Bases: object

A list of available metrics and their associated properties such as dimensions.

Methods

__init__(**kwargs) Initializes a new MetricPropertyCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this MetricPropertyCollection.
__init__(**kwargs)

Initializes a new MetricPropertyCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.oci_control_center.models.MetricPropertySummary]) – The value to assign to the items property of this MetricPropertyCollection.
items

[Required] Gets the items of this MetricPropertyCollection. An array of MetricPropertySummary objects.

Returns:The items of this MetricPropertyCollection.
Return type:list[oci.oci_control_center.models.MetricPropertySummary]