Show / Hide Table of Contents

Class TopUtilizedProductLicenseCollection

A collection of top utilized product licenses.

Inheritance
object
TopUtilizedProductLicenseCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LicensemanagerService.Models
Assembly: OCI.DotNetSDK.Licensemanager.dll
Syntax
public class TopUtilizedProductLicenseCollection

Properties

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

In this article
Back to top