$CloudSchedulerConfig constructor

$CloudSchedulerConfig({
  1. String? cronTab,
  2. String? errorMessage,
  3. String? location,
  4. String? serviceAccountEmail,
})

Implementation

$CloudSchedulerConfig({
  this.cronTab,
  this.errorMessage,
  this.location,
  this.serviceAccountEmail,
});