Class SoftwarePackageCollection
A set of software packages returned for the {@link #listSoftwarePackages(ListSoftwarePackagesRequest) listSoftwarePackages} operation or {@link #listAllSoftwarePackages(ListAllSoftwarePackagesRequest) listAllSoftwarePackages} operation.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class SoftwarePackageCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SoftwarePackageSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<SoftwarePackageSummary> | List of software packages. |
Remarks
Required