Class RoverClusterCollection
Results of a roverCluster search. Contains both RoverClusterSummary items and other data.
Inherited Members
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