Class AssessmentObjectTypeSummaryCollection
Results of an Assessment Object Type listing. Contains AssessmentObjectTypeSummary items.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class AssessmentObjectTypeSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AssessmentObjectTypeSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AssessmentObjectTypeSummary> | Items in collection. |
Remarks
Required