GoogleCloudRunV2Service constructor

GoogleCloudRunV2Service({
  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. bool? defaultUriDisabled,
  10. String? deleteTime,
  11. String? description,
  12. String? etag,
  13. String? expireTime,
  14. String? generation,
  15. String? ingress,
  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. GoogleCloudRunV2ServiceScaling? scaling,
  26. GoogleCloudRunV2RevisionTemplate? template,
  27. GoogleCloudRunV2Condition? terminalCondition,
  28. List<GoogleCloudRunV2TrafficTarget>? traffic,
  29. List<GoogleCloudRunV2TrafficTargetStatus>? trafficStatuses,
  30. String? uid,
  31. String? updateTime,
  32. String? uri,
})

Implementation

GoogleCloudRunV2Service({
  this.annotations,
  this.binaryAuthorization,
  this.client,
  this.clientVersion,
  this.conditions,
  this.createTime,
  this.creator,
  this.customAudiences,
  this.defaultUriDisabled,
  this.deleteTime,
  this.description,
  this.etag,
  this.expireTime,
  this.generation,
  this.ingress,
  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.traffic,
  this.trafficStatuses,
  this.uid,
  this.updateTime,
  this.uri,
});