OperationsInsightsWarehouseUserSummaryCollection

class oci.opsi.models.OperationsInsightsWarehouseUserSummaryCollection(**kwargs)

Bases: object

Collection of Operations Insights Warehouse User summary objects.

Methods

__init__(**kwargs) Initializes a new OperationsInsightsWarehouseUserSummaryCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this OperationsInsightsWarehouseUserSummaryCollection.
__init__(**kwargs)

Initializes a new OperationsInsightsWarehouseUserSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.opsi.models.OperationsInsightsWarehouseUserSummary]) – The value to assign to the items property of this OperationsInsightsWarehouseUserSummaryCollection.
items

[Required] Gets the items of this OperationsInsightsWarehouseUserSummaryCollection. Array of Operations Insights Warehouse user summary objects.

Returns:The items of this OperationsInsightsWarehouseUserSummaryCollection.
Return type:list[oci.opsi.models.OperationsInsightsWarehouseUserSummary]