CloudConvert\Api::getApiKey PHP Метод

getApiKey() публичный Метод

Get the current API Key
public getApiKey ( ) : string
Результат string
    public function getApiKey()
    {
        return $this->api_key;
    }