Class ImportConfigurationFailedItemsCollection
List of configuration items that failed to be imported.
Inherited Members
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class ImportConfigurationFailedItemsCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ImportConfigurationFailedItemSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ImportConfigurationFailedItemSummary> | A list of duplicated configuration items |
Remarks
Required