CS\Request\V20151215\GetTriggerHookRequest::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
        parent::__construct("CS", "2015-12-15", "GetTriggerHook");
        $this->setUriPattern("/hook/trigger/[ClusterId]/[ProjectId]");
        $this->setMethod("GET");
    }