Show / Hide Table of Contents

Class RoverClusterCollection

Results of a roverCluster search. Contains both RoverClusterSummary items and other data.

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

Properties

Items

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

List of roverClusterSummary.

Remarks

Required

In this article
Back to top