Class ExternalLocationMappingMetadatumSummaryCollection
External location information from OCI primitives to a CSP
Inherited Members
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public class ExternalLocationMappingMetadatumSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ExternalLocationMappingMetadatumSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ExternalLocationMappingMetadatumSummary> | List of ExternalLocationMappingMetadatumSummary |
Remarks
Required