Class TargetPropertyCollection
Results of an target property search.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class TargetPropertyCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TargetPropertySummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<TargetPropertySummary> | List of target properties. |
Remarks
Required