PerformAssessorCheckActionDetails¶
-
class
oci.database_migration.models.PerformAssessorCheckActionDetails(**kwargs)¶ Bases:
objectArray of name-value pairs for check action.
Methods
__init__(**kwargs)Initializes a new PerformAssessorCheckActionDetails object with values from keyword arguments. Attributes
items[Required] Gets the items of this PerformAssessorCheckActionDetails. -
__init__(**kwargs)¶ Initializes a new PerformAssessorCheckActionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database_migration.models.AssessorCheckNameValue]) – The value to assign to the items property of this PerformAssessorCheckActionDetails.
-
items¶ [Required] Gets the items of this PerformAssessorCheckActionDetails. Array of user defined details for check action.
Returns: The items of this PerformAssessorCheckActionDetails. Return type: list[oci.database_migration.models.AssessorCheckNameValue]
-