StreamGroupCollection

class oci.ai_vision.models.StreamGroupCollection(**kwargs)

Bases: object

The results of a streamGroup search.

Methods

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

Attributes

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

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

Parameters:items (list[oci.ai_vision.models.StreamGroupSummary]) – The value to assign to the items property of this StreamGroupCollection.
items

[Required] Gets the items of this StreamGroupCollection. List of StreamGroups.

Returns:The items of this StreamGroupCollection.
Return type:list[oci.ai_vision.models.StreamGroupSummary]