Class PerformAssessorCheckActionDetails
Array of name-value pairs for check action.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class PerformAssessorCheckActionDetails
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AssessorCheckNameValue> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AssessorCheckNameValue> | Array of user defined details for check action. |
Remarks
Required