Show / Hide Table of Contents

Class ExportConfigurationResponseDetails

Array of configuration items with its dependencies to export.

Inheritance
object
ExportConfigurationResponseDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class ExportConfigurationResponseDetails

Properties

ConfigurationItems

Declaration
[Required(ErrorMessage = "ConfigurationItems is required.")]
[JsonProperty(PropertyName = "configurationItems")]
public List<ExportImportConfigSummary> ConfigurationItems { get; set; }
Property Value
Type Description
List<ExportImportConfigSummary>

A list of Configurations Details .

Remarks

Required

In this article
Back to top