Class AssessorCheckSummaryCollection
Collection of assessor check summaries.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class AssessorCheckSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AssessorCheckSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AssessorCheckSummary> | Items in collection. |
Remarks
Required