ConfigCollection

class oci.apm_config.models.ConfigCollection(**kwargs)

Bases: object

A collection of configuration items.

Methods

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

Attributes

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

Initializes a new ConfigCollection 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_config.models.ConfigSummary]) – The value to assign to the items property of this ConfigCollection.
items

[Required] Gets the items of this ConfigCollection.

Returns:The items of this ConfigCollection.
Return type:list[oci.apm_config.models.ConfigSummary]