GoogleCloudRunV2WorkerPool constructor

GoogleCloudRunV2WorkerPool({
  1. Map<String, String>? annotations,
  2. GoogleCloudRunV2BinaryAuthorization? binaryAuthorization,
  3. String? client,
  4. String? clientVersion,
  5. List<GoogleCloudRunV2Condition>? conditions,
  6. String? createTime,
  7. String? creator,
  8. List<String>? customAudiences,
  9. String? deleteTime,
  10. String? description,
  11. String? etag,
  12. String? expireTime,
  13. String? generation,
  14. List<GoogleCloudRunV2InstanceSplitStatus>? instanceSplitStatuses,
  15. List<GoogleCloudRunV2InstanceSplit>? instanceSplits,
  16. Map<String, String>? labels,
  17. String? lastModifier,
  18. String? latestCreatedRevision,
  19. String? latestReadyRevision,
  20. String? launchStage,
  21. String? name,
  22. String? observedGeneration,
  23. bool? reconciling,
  24. bool? satisfiesPzs,
  25. GoogleCloudRunV2WorkerPoolScaling? scaling,
  26. GoogleCloudRunV2WorkerPoolRevisionTemplate? template,
  27. GoogleCloudRunV2Condition? terminalCondition,
  28. String? uid,
  29. String? updateTime,
})

Implementation

GoogleCloudRunV2WorkerPool({
  this.annotations,
  this.binaryAuthorization,
  this.client,
  this.clientVersion,
  this.conditions,
  this.createTime,
  this.creator,
  this.customAudiences,
  this.deleteTime,
  this.description,
  this.etag,
  this.expireTime,
  this.generation,
  this.instanceSplitStatuses,
  this.instanceSplits,
  this.labels,
  this.lastModifier,
  this.latestCreatedRevision,
  this.latestReadyRevision,
  this.launchStage,
  this.name,
  this.observedGeneration,
  this.reconciling,
  this.satisfiesPzs,
  this.scaling,
  this.template,
  this.terminalCondition,
  this.uid,
  this.updateTime,
});