SightingCollection

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

Bases: object

Provides the summary of sighting

Methods

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

Attributes

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

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

[Required] Gets the items of this SightingCollection. List of SightingSummary

Returns:The items of this SightingCollection.
Return type:list[oci.cloud_guard.models.SightingSummary]