Show / Hide Table of Contents

Class TopUtilizedResourceCollection

The collection of top utilized resources.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TopUtilizedResourceSummary> Items { get; set; }
Property Value
Type Description
List<TopUtilizedResourceSummary>

The top utilized resource summary collection.

Remarks

Required

In this article
Back to top