GoogleCloudRunV2Service constructor

GoogleCloudRunV2Service({
  1. Map<String, String>? annotations,
  2. GoogleCloudRunV2BinaryAuthorization? binaryAuthorization,
  3. GoogleCloudRunV2BuildConfig? buildConfig,
  4. String? client,
  5. String? clientVersion,
  6. List<GoogleCloudRunV2Condition>? conditions,
  7. String? createTime,
  8. String? creator,
  9. List<String>? customAudiences,
  10. bool? defaultUriDisabled,
  11. String? deleteTime,
  12. String? description,
  13. String? etag,
  14. String? expireTime,
  15. String? generation,
  16. bool? iapEnabled,
  17. String? ingress,
  18. bool? invokerIamDisabled,
  19. Map<String, String>? labels,
  20. String? lastModifier,
  21. String? latestCreatedRevision,
  22. String? latestReadyRevision,
  23. String? launchStage,
  24. GoogleCloudRunV2MultiRegionSettings? multiRegionSettings,
  25. String? name,
  26. String? observedGeneration,
  27. bool? reconciling,
  28. bool? satisfiesPzs,
  29. GoogleCloudRunV2ServiceScaling? scaling,
  30. GoogleCloudRunV2RevisionTemplate? template,
  31. GoogleCloudRunV2Condition? terminalCondition,
  32. bool? threatDetectionEnabled,
  33. List<GoogleCloudRunV2TrafficTarget>? traffic,
  34. List<GoogleCloudRunV2TrafficTargetStatus>? trafficStatuses,
  35. String? uid,
  36. String? updateTime,
  37. String? uri,
  38. List<String>? urls,
})

Implementation

GoogleCloudRunV2Service({
  this.annotations,
  this.binaryAuthorization,
  this.buildConfig,
  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.iapEnabled,
  this.ingress,
  this.invokerIamDisabled,
  this.labels,
  this.lastModifier,
  this.latestCreatedRevision,
  this.latestReadyRevision,
  this.launchStage,
  this.multiRegionSettings,
  this.name,
  this.observedGeneration,
  this.reconciling,
  this.satisfiesPzs,
  this.scaling,
  this.template,
  this.terminalCondition,
  this.threatDetectionEnabled,
  this.traffic,
  this.trafficStatuses,
  this.uid,
  this.updateTime,
  this.uri,
  this.urls,
});