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