ImportAppRequest constructor

ImportAppRequest({
  1. String? appContent,
  2. String? appId,
  3. String? displayName,
  4. String? gcsUri,
  5. bool? ignoreAppLock,
  6. ImportAppRequestImportOptions? importOptions,
})

Implementation

ImportAppRequest({
  this.appContent,
  this.appId,
  this.displayName,
  this.gcsUri,
  this.ignoreAppLock,
  this.importOptions,
});