GetDataflowEndpointGroupResponse constructor

GetDataflowEndpointGroupResponse({
  1. String? dataflowEndpointGroupArn,
  2. String? dataflowEndpointGroupId,
  3. List<EndpointDetails>? endpointsDetails,
  4. Map<String, String>? tags,
})

Implementation

GetDataflowEndpointGroupResponse({
  this.dataflowEndpointGroupArn,
  this.dataflowEndpointGroupId,
  this.endpointsDetails,
  this.tags,
});