Function_ constructor

Function_({
  1. BuildConfig? buildConfig,
  2. String? description,
  3. String? environment,
  4. EventTrigger? eventTrigger,
  5. Map<String, String>? labels,
  6. String? name,
  7. ServiceConfig? serviceConfig,
  8. String? state,
  9. List<GoogleCloudFunctionsV2betaStateMessage>? stateMessages,
  10. String? updateTime,
})

Implementation

Function_({
  this.buildConfig,
  this.description,
  this.environment,
  this.eventTrigger,
  this.labels,
  this.name,
  this.serviceConfig,
  this.state,
  this.stateMessages,
  this.updateTime,
});