MigrateRuntimeRequest constructor

MigrateRuntimeRequest({
  1. String? network,
  2. String? postStartupScriptOption,
  3. String? requestId,
  4. String? serviceAccount,
  5. String? subnet,
})

Implementation

MigrateRuntimeRequest({
  this.network,
  this.postStartupScriptOption,
  this.requestId,
  this.serviceAccount,
  this.subnet,
});