Class ProductLicenseConsumerCollection
Collection of resources which have consumed licenses.
Inherited Members
Namespace: Oci.LicensemanagerService.Models
Assembly: OCI.DotNetSDK.Licensemanager.dll
Syntax
public class ProductLicenseConsumerCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ProductLicenseConsumerSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ProductLicenseConsumerSummary> | Collection of product license consumers. |
Remarks
Required