PerformAssessorActionDetails

class oci.database_migration.models.PerformAssessorActionDetails(**kwargs)

Bases: object

Array of name-value pairs for assessor action.

Methods

__init__(**kwargs) Initializes a new PerformAssessorActionDetails object with values from keyword arguments.

Attributes

items [Required] Gets the items of this PerformAssessorActionDetails.
__init__(**kwargs)

Initializes a new PerformAssessorActionDetails 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 PerformAssessorActionDetails.
items

[Required] Gets the items of this PerformAssessorActionDetails. Array of name-value details for assessor action.

Returns:The items of this PerformAssessorActionDetails.
Return type:list[oci.database_migration.models.AssessorCheckNameValue]