type property
The type of the migration job object.
Required. Possible string values are:
- "MIGRATION_JOB_OBJECT_TYPE_UNSPECIFIED" : The type of the migration job object is unknown.
- "DATABASE" : The migration job object is a database.
- "SCHEMA" : The migration job object is a schema.
- "TABLE" : The migration job object is a table.
Implementation
core.String? type;