ListDataflowEndpointGroupsResponse constructor

ListDataflowEndpointGroupsResponse({
  1. List<DataflowEndpointListItem>? dataflowEndpointGroupList,
  2. String? nextToken,
})

Implementation

ListDataflowEndpointGroupsResponse({
  this.dataflowEndpointGroupList,
  this.nextToken,
});