Class ConfigCollection
A collection of configuration items.
Inherited Members
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class ConfigCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ConfigSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ConfigSummary> | 
Remarks
Required