DiscoveryClient constructor

DiscoveryClient({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. List<Status>? errors,
  5. String? expireTime,
  6. String? heartbeatTime,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? serviceAccount,
  10. String? signalsEndpoint,
  11. String? source,
  12. String? state,
  13. String? ttl,
  14. String? updateTime,
  15. String? version,
})

Implementation

DiscoveryClient({
  this.createTime,
  this.description,
  this.displayName,
  this.errors,
  this.expireTime,
  this.heartbeatTime,
  this.labels,
  this.name,
  this.serviceAccount,
  this.signalsEndpoint,
  this.source,
  this.state,
  this.ttl,
  this.updateTime,
  this.version,
});