type property
The migration job type.
Required. Possible string values are:
- "TYPE_UNSPECIFIED" : The type of the migration job is unknown.
- "ONE_TIME" : The migration job is a one time migration.
- "CONTINUOUS" : The migration job is a continuous migration.
Implementation
core.String? type;