ModuleCollection

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

Bases: object

The set of modules returned for the search_software_source_modules() operation.

Methods

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

Attributes

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

Initializes a new ModuleCollection 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.ModuleSummary]) – The value to assign to the items property of this ModuleCollection.
items

[Required] Gets the items of this ModuleCollection. List of modules.

Returns:The items of this ModuleCollection.
Return type:list[oci.os_management_hub.models.ModuleSummary]