ResponderExecutionCollection¶
-
class
oci.cloud_guard.models.
ResponderExecutionCollection
(**kwargs)¶ Bases:
object
Provides the summary of responder executions and their corresponding count value.
Methods
__init__
(**kwargs)Initializes a new ResponderExecutionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ResponderExecutionCollection. -
__init__
(**kwargs)¶ Initializes a new ResponderExecutionCollection 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.ResponderExecutionSummary]) – The value to assign to the items property of this ResponderExecutionCollection.
-
items
¶ [Required] Gets the items of this ResponderExecutionCollection. List of ResponderExecutionSummary
Returns: The items of this ResponderExecutionCollection. Return type: list[oci.cloud_guard.models.ResponderExecutionSummary]
-