Class ResourceAnchorCollection
List of resource anchors in the indicated Multicloud subscription.
Inherited Members
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public class ResourceAnchorCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ResourceAnchorSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ResourceAnchorSummary> | List of resource anchors. |
Remarks
Required