data class GetAllCookiesResponse
Response type for the NetworkDomain.getAllCookies command.
<init> |
Response type for the NetworkDomain.getAllCookies command. GetAllCookiesResponse(cookies: List<Cookie>) |
cookies |
Array of cookie objects. val cookies: List<Cookie> |