Show / Hide Table of Contents

Class MigrationParameterSummaryCollection

List of Migration Parameter Summary objects.

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

Properties

Items

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

List of Migration Parameters.

Remarks

Required

In this article
Back to top