Show / Hide Table of Contents

Class FleetPropertyCollection

Results of a fleetProperty search. Contains both FleetPropertySummary items and other information, such as metadata.

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

Properties

Items

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

List of fleet properties in Fleet Application Management.

Remarks

Required

In this article
Back to top