AssessorCheckNameValue

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

Bases: object

User Defined Check Name-Value Property

Methods

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

Attributes

name [Required] Gets the name of this AssessorCheckNameValue.
value [Required] Gets the value of this AssessorCheckNameValue.
__init__(**kwargs)

Initializes a new AssessorCheckNameValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this AssessorCheckNameValue.
  • value (str) – The value to assign to the value property of this AssessorCheckNameValue.
name

[Required] Gets the name of this AssessorCheckNameValue. The property name.

Returns:The name of this AssessorCheckNameValue.
Return type:str
value

[Required] Gets the value of this AssessorCheckNameValue. The property value.

Returns:The value of this AssessorCheckNameValue.
Return type:str