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.
Implementation
core.String? type;