ListProxySessionsResponse constructor
ListProxySessionsResponse({
- String? nextToken,
- List<
ProxySession> ? proxySessions,
Implementation
ListProxySessionsResponse({
this.nextToken,
this.proxySessions,
});