WorkRequests¶
-
class
oci.opsi.models.
WorkRequests
(**kwargs)¶ Bases:
object
Logical grouping used for Ops Insights Work Request operations.
Methods
__init__
(**kwargs)Initializes a new WorkRequests object with values from keyword arguments. Attributes
work_requests
Gets the work_requests of this WorkRequests. -
__init__
(**kwargs)¶ Initializes a new WorkRequests object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: work_requests (object) – The value to assign to the work_requests property of this WorkRequests.
-
work_requests
¶ Gets the work_requests of this WorkRequests. OPSI Work Request Object.
Returns: The work_requests of this WorkRequests. Return type: object
-