Show / Hide Table of Contents

Class RoverBundleRequestCollection

All the roverBundleRequests associated to this roverNode or roverCluster.

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

Properties

Items

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

List of roverBundleRequests.

Remarks

Required

In this article
Back to top