ListProxySessionsResponse constructor

ListProxySessionsResponse({
  1. String? nextToken,
  2. List<ProxySession>? proxySessions,
})

Implementation

ListProxySessionsResponse({
  this.nextToken,
  this.proxySessions,
});