factory v1EnableAuthProxyResult.fromJson(Map<String, dynamic> json) { final _userId = json['userId'] as String; return v1EnableAuthProxyResult( userId: _userId, ); }