seregazhuk\PinterestBot\Api\SearchResponse::__construct PHP Method

__construct() public method

public __construct ( Response $response )
$response Response
    public function __construct(Response $response)
    {
        $this->response = $response;
    }