DetectorCollection

class oci.cloud_guard.models.DetectorCollection(**kwargs)

Bases: object

The collection of detector summaries.

Methods

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

Attributes

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

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

Parameters:items (list[oci.cloud_guard.models.DetectorSummary]) – The value to assign to the items property of this DetectorCollection.
items

[Required] Gets the items of this DetectorCollection. List of DetectorSummary resources

Returns:The items of this DetectorCollection.
Return type:list[oci.cloud_guard.models.DetectorSummary]