PackageGroupCollection

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

Bases: object

The set of package groups returned for the list_package_groups() search_software_source_package_groups() operation.

Methods

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

Attributes

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

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

[Required] Gets the items of this PackageGroupCollection. List of package groups.

Returns:The items of this PackageGroupCollection.
Return type:list[oci.os_management_hub.models.PackageGroupSummary]