Show / Hide Table of Contents

Class ProductLicenseConsumerCollection

Collection of resources which have consumed licenses.

Inheritance
object
ProductLicenseConsumerCollection
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 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

In this article
Back to top