PHP Class ReportDownloadOptions, googleads-php-lib

See {@link ReportService#getReportDownloadUrlWithOptions}.
Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$exportFormat tnsExportFormat
$includeReportProperties boolean
$includeTotalsRow boolean
$useGzipCompression boolean

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$exportFormat public_oe property

public tnsExportFormat $exportFormat
Résultat tnsExportFormat

$includeReportProperties public_oe property

public bool $includeReportProperties
Résultat boolean

$includeTotalsRow public_oe property

public bool $includeTotalsRow
Résultat boolean

$useGzipCompression public_oe property

public bool $useGzipCompression
Résultat boolean