DynamicSetCollection

class oci.os_management_hub.models.DynamicSetCollection(**kwargs)

Bases: object

The set of dynamic sets returned for the list_dynamic_sets() operation.

Methods

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

Attributes

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

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

Parameters:items (list[oci.os_management_hub.models.DynamicSetSummary]) – The value to assign to the items property of this DynamicSetCollection.
items

[Required] Gets the items of this DynamicSetCollection. List of dynamic sets.

Returns:The items of this DynamicSetCollection.
Return type:list[oci.os_management_hub.models.DynamicSetSummary]