Show / Hide Table of Contents

Class AwrHubSummaryCollection

Collection of Hub resources.

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

Properties

Items

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

Array of Hub summary objects.

Remarks

Required

In this article
Back to top