AdvisorReportCheckColumn¶
-
class
oci.database_migration.models.AdvisorReportCheckColumn(**kwargs)¶ Bases:
objectHead of objects table.
Methods
__init__(**kwargs)Initializes a new AdvisorReportCheckColumn object with values from keyword arguments. Attributes
display_name[Required] Gets the display_name of this AdvisorReportCheckColumn. key[Required] Gets the key of this AdvisorReportCheckColumn. -
__init__(**kwargs)¶ Initializes a new AdvisorReportCheckColumn object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this AdvisorReportCheckColumn.
- display_name (str) – The value to assign to the display_name property of this AdvisorReportCheckColumn.
-
display_name¶ [Required] Gets the display_name of this AdvisorReportCheckColumn. Display name of column.
Returns: The display_name of this AdvisorReportCheckColumn. Return type: str
-
key¶ [Required] Gets the key of this AdvisorReportCheckColumn. Id of column.
Returns: The key of this AdvisorReportCheckColumn. Return type: str
-