ServiceConnectionPolicy constructor

ServiceConnectionPolicy({
  1. String? createTime,
  2. String? description,
  3. String? etag,
  4. String? infrastructure,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? network,
  8. PscConfig? pscConfig,
  9. List<PscConnection>? pscConnections,
  10. String? serviceClass,
  11. String? updateTime,
})

Implementation

ServiceConnectionPolicy({
  this.createTime,
  this.description,
  this.etag,
  this.infrastructure,
  this.labels,
  this.name,
  this.network,
  this.pscConfig,
  this.pscConnections,
  this.serviceClass,
  this.updateTime,
});