StorageWorkRequestCollection¶
-
class
oci.log_analytics.models.
StorageWorkRequestCollection
(**kwargs)¶ Bases:
object
This is a list of work request summaries.
Methods
__init__
(**kwargs)Initializes a new StorageWorkRequestCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this StorageWorkRequestCollection. -
__init__
(**kwargs)¶ Initializes a new StorageWorkRequestCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.log_analytics.models.StorageWorkRequestSummary]) – The value to assign to the items property of this StorageWorkRequestCollection.
-
items
¶ [Required] Gets the items of this StorageWorkRequestCollection. This is an array of work request summaries.
Returns: The items of this StorageWorkRequestCollection. Return type: list[oci.log_analytics.models.StorageWorkRequestSummary]
-