DataflowEndpointGroupIdResponse constructor

DataflowEndpointGroupIdResponse({
  1. String? dataflowEndpointGroupId,
})

Implementation

DataflowEndpointGroupIdResponse({
  this.dataflowEndpointGroupId,
});