Class TopUtilizedProductLicenseCollection
A collection of top utilized product licenses.
Inherited Members
Namespace: Oci.LicensemanagerService.Models
Assembly: OCI.DotNetSDK.Licensemanager.dll
Syntax
public class TopUtilizedProductLicenseCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TopUtilizedProductLicenseSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<TopUtilizedProductLicenseSummary> | Collection of top utilized product licenses. | 
Remarks
Required