ServiceConnectionMap constructor

ServiceConnectionMap({
  1. List<ConsumerPscConfig>? consumerPscConfigs,
  2. List<ConsumerPscConnection>? consumerPscConnections,
  3. String? createTime,
  4. String? description,
  5. String? etag,
  6. String? infrastructure,
  7. Map<String, String>? labels,
  8. String? name,
  9. List<ProducerPscConfig>? producerPscConfigs,
  10. String? serviceClass,
  11. String? serviceClassUri,
  12. String? token,
  13. String? updateTime,
})

Implementation

ServiceConnectionMap({
  this.consumerPscConfigs,
  this.consumerPscConnections,
  this.createTime,
  this.description,
  this.etag,
  this.infrastructure,
  this.labels,
  this.name,
  this.producerPscConfigs,
  this.serviceClass,
  this.serviceClassUri,
  this.token,
  this.updateTime,
});