Show / Hide Table of Contents

Class FleetCollection

Results of a Fleet search. Contains FleetSummary items.

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

Properties

Items

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

A list of Fleets.

Remarks

Required

In this article
Back to top