Api\Model\Payload::__construct PHP Method

__construct() public method

public __construct ( $content, $error = false )
    public function __construct($content, $error = false)
    {
        $this->error = $error;
        $this->content = $content;
    }