PHP Класс ReportDownloadOptions, googleads-php-lib

See {@link ReportService#getReportDownloadUrlWithOptions}.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$exportFormat tnsExportFormat
$includeReportProperties boolean
$includeTotalsRow boolean
$useGzipCompression boolean

Открытые методы

Метод Описание
__construct ( $exportFormat = null, $includeReportProperties = null, $includeTotalsRow = null, $useGzipCompression = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Описание методов

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

public __construct ( $exportFormat = null, $includeReportProperties = null, $includeTotalsRow = null, $useGzipCompression = null )

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

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class

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

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Результат string the xsi:type name of this class

Описание свойств

$exportFormat публичное свойство

public tnsExportFormat $exportFormat
Результат tnsExportFormat

$includeReportProperties публичное свойство

public bool $includeReportProperties
Результат boolean

$includeTotalsRow публичное свойство

public bool $includeTotalsRow
Результат boolean

$useGzipCompression публичное свойство

public bool $useGzipCompression
Результат boolean