ServiceStatus constructor
      
      ServiceStatus({ 
    
    
- Addressable? address,
- List<GoogleCloudRunV1Condition> ? conditions,
- String? latestCreatedRevisionName,
- String? latestReadyRevisionName,
- int? observedGeneration,
- List<TrafficTarget> ? traffic,
- String? url,
Implementation
ServiceStatus({
  this.address,
  this.conditions,
  this.latestCreatedRevisionName,
  this.latestReadyRevisionName,
  this.observedGeneration,
  this.traffic,
  this.url,
});