MigrationObjectTypeSummary¶
-
class
oci.database_migration.models.
MigrationObjectTypeSummary
(**kwargs)¶ Bases:
object
Migration Object Type
Methods
__init__
(**kwargs)Initializes a new MigrationObjectTypeSummary object with values from keyword arguments. Attributes
name
[Required] Gets the name of this MigrationObjectTypeSummary. -
__init__
(**kwargs)¶ Initializes a new MigrationObjectTypeSummary 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 MigrationObjectTypeSummary.
-
name
¶ [Required] Gets the name of this MigrationObjectTypeSummary. Object type name
Returns: The name of this MigrationObjectTypeSummary. Return type: str
-