Class LicenseRecordCollection
The license record summary collection.
Inherited Members
Namespace: Oci.LicensemanagerService.Models
Assembly: OCI.DotNetSDK.Licensemanager.dll
Syntax
public class LicenseRecordCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<LicenseRecordSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<LicenseRecordSummary> | The license record summary collection. | 
Remarks
Required