UpdateProxySessionResponse constructor

UpdateProxySessionResponse({
  1. ProxySession? proxySession,
})

Implementation

UpdateProxySessionResponse({
  this.proxySession,
});