Class MySqlAssessmentObjectCollection
List of affected database objects.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class MySqlAssessmentObjectCollection : AssessmentObjectCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MySqlDatabaseObjectSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MySqlDatabaseObjectSummary> | An array of affected database objects. |
Remarks
Required