Class NetworkAnchorCollection
Results of a networkAnchor search. Contains both NetworkAnchorSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public class NetworkAnchorCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<NetworkAnchorSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<NetworkAnchorSummary> | List of networkAnchors. |
Remarks
Required