DataflowEndpointListItem constructor

DataflowEndpointListItem({
  1. String? dataflowEndpointGroupArn,
  2. String? dataflowEndpointGroupId,
})

Implementation

DataflowEndpointListItem({
  this.dataflowEndpointGroupArn,
  this.dataflowEndpointGroupId,
});