Green\Request\V20161206\SampleFeedbackRequest::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
        parent::__construct("Green", "2016-12-06", "SampleFeedback");
        $this->setMethod("POST");
    }