Class PackageGroupCollection
The set of package groups returned for the {@link #listPackageGroups(ListPackageGroupsRequest) listPackageGroups} {@link #searchSoftwareSourcePackageGroups(SearchSoftwareSourcePackageGroupsRequest) searchSoftwareSourcePackageGroups} operation.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class PackageGroupCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PackageGroupSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<PackageGroupSummary> | List of package groups. | 
Remarks
Required