Api\ServiceType\ApiCreate::getResult PHP Method

getResult() public method

Returns the result
See also: AbstractSoapClientBase::getResult()
public getResult ( ) : Api\StructType\ApiCreateQueueResponse
return Api\StructType\ApiCreateQueueResponse
    public function getResult()
    {
        return parent::getResult();
    }