GoogleCloudConnectorsV1DestinationConfig constructor

GoogleCloudConnectorsV1DestinationConfig({
  1. List<GoogleCloudConnectorsV1Destination>? destinations,
  2. String? key,
})

Implementation

GoogleCloudConnectorsV1DestinationConfig({
  this.destinations,
  this.key,
});