Backend constructor

Backend({
  1. Map<String, String>? annotations,
  2. String? appId,
  3. Codebase? codebase,
  4. String? createTime,
  5. String? deleteTime,
  6. String? displayName,
  7. String? environment,
  8. String? etag,
  9. Map<String, String>? labels,
  10. List<ManagedResource>? managedResources,
  11. String? mode,
  12. String? name,
  13. bool? reconciling,
  14. bool? requestLogsDisabled,
  15. String? serviceAccount,
  16. String? servingLocality,
  17. String? uid,
  18. String? updateTime,
  19. String? uri,
})

Implementation

Backend({
  this.annotations,
  this.appId,
  this.codebase,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.environment,
  this.etag,
  this.labels,
  this.managedResources,
  this.mode,
  this.name,
  this.reconciling,
  this.requestLogsDisabled,
  this.serviceAccount,
  this.servingLocality,
  this.uid,
  this.updateTime,
  this.uri,
});