Show / Hide Table of Contents

Class RoverNodeCollection

Results of a roverNode search. Contains both RoverNodeSummary items and other data.

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

Properties

Items

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

List of roverNodes.

Remarks

Required

In this article
Back to top