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