GoogleAppsScriptTypeProcess constructor

GoogleAppsScriptTypeProcess({
  1. String? duration,
  2. String? functionName,
  3. String? processStatus,
  4. String? processType,
  5. String? projectName,
  6. String? runtimeVersion,
  7. String? startTime,
  8. String? userAccessLevel,
})

Implementation

GoogleAppsScriptTypeProcess({
  this.duration,
  this.functionName,
  this.processStatus,
  this.processType,
  this.projectName,
  this.runtimeVersion,
  this.startTime,
  this.userAccessLevel,
});