Function_ constructor

Function_({
  1. BuildConfig? buildConfig,
  2. String? createTime,
  3. String? description,
  4. String? environment,
  5. EventTrigger? eventTrigger,
  6. String? kmsKeyName,
  7. Map<String, String>? labels,
  8. String? name,
  9. bool? satisfiesPzs,
  10. ServiceConfig? serviceConfig,
  11. String? state,
  12. List<GoogleCloudFunctionsV2StateMessage>? stateMessages,
  13. String? updateTime,
  14. UpgradeInfo? upgradeInfo,
  15. String? url,
})

Implementation

Function_({
  this.buildConfig,
  this.createTime,
  this.description,
  this.environment,
  this.eventTrigger,
  this.kmsKeyName,
  this.labels,
  this.name,
  this.satisfiesPzs,
  this.serviceConfig,
  this.state,
  this.stateMessages,
  this.updateTime,
  this.upgradeInfo,
  this.url,
});