GoogleAppsScriptTypeWebAppConfig constructor

GoogleAppsScriptTypeWebAppConfig({
  1. String? access,
  2. String? executeAs,
})

Implementation

GoogleAppsScriptTypeWebAppConfig({
  this.access,
  this.executeAs,
});