Show / Hide Table of Contents

Class TargetComponentCollection

Results of an target component search.

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

Properties

Items

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

List of target components.

Remarks

Required

In this article
Back to top