Class LinkFeaturesCollection
Result of a query request for a list of link features. Contains LinkFeature items.
Inherited Members
Namespace: Oci.TenantmanagercontrolplaneService.Models
Assembly: OCI.DotNetSDK.Tenantmanagercontrolplane.dll
Syntax
public class LinkFeaturesCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<LinkFeatureSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LinkFeatureSummary> | Array containing LinkFeature items. |
Remarks
Required