ServiceConnectionMap constructor
ServiceConnectionMap({
- List<
ConsumerPscConfig> ? consumerPscConfigs, - List<
ConsumerPscConnection> ? consumerPscConnections, - String? createTime,
- String? description,
- String? etag,
- String? infrastructure,
- Map<
String, String> ? labels, - String? name,
- List<
ProducerPscConfig> ? producerPscConfigs, - String? serviceClass,
- String? serviceClassUri,
- String? token,
- 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,
});