DescribeConnectionsResponse constructor

DescribeConnectionsResponse({
  1. List<Connection>? connections,
  2. String? marker,
})

Implementation

DescribeConnectionsResponse({
  this.connections,
  this.marker,
});