SightingCollection¶
- 
class oci.cloud_guard.models.SightingCollection(**kwargs)¶
- Bases: - object- Collection of sighting summaries. - Methods - __init__(**kwargs)- Initializes a new SightingCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this SightingCollection. - locks- Gets the locks 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.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this SightingCollection.
 
 - 
items¶
- [Required] Gets the items of this SightingCollection. List of SightingSummary resources - Returns: - The items of this SightingCollection. - Return type: - list[oci.cloud_guard.models.SightingSummary] 
 - 
locks¶
- Gets the locks of this SightingCollection. Locks associated with this resource. - Returns: - The locks of this SightingCollection. - Return type: - list[oci.cloud_guard.models.ResourceLock] 
 
-