PHP Класс GetReportDownloadUrlWithOptions, googleads-php-lib
By default, the report will be generated as a gzip archive, containing the report file itself.
This can be changed by setting {@link ReportDownloadOptions#useGzipCompression} to false.
Показать файл
Открыть проект
Открытые свойства
Открытые методы
Описание методов
__construct()
публичный Метод
public __construct ( $reportJobId = null, $reportDownloadOptions = null ) |
getNamespace()
публичный Метод
Gets the namesapce of this class
getXsiTypeName()
публичный Метод
Gets the xsi:type name of this class
Описание свойств
$reportDownloadOptions публичное свойство
public ReportDownloadOptions $reportDownloadOptions |
Результат |
ReportDownloadOptions |
|
$reportJobId публичное свойство
public int $reportJobId |
Результат |
integer |
|