PHP Class ReportDefinition, googleads-php-lib

Inheritance: implements IReportDefinition
Mostra file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$creationTime string
$dateRangeType tnsReportDefinitionDateRangeType
$downloadFormat tnsDownloadFormat
$hasAttachment boolean
$id integer
$reportName string
$reportType tnsReportDefinitionReportType
$selector Selector

Public Methods

Method Description
__construct ( $id = null, $selector = null, $reportName = null, $reportType = null, $hasAttachment = null, $dateRangeType = null, $downloadFormat = null, $creationTime = null )
getNamespace ( ) : the Gets the namesapce of this class
getXsiTypeName ( ) : the Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $id = null, $selector = null, $reportName = null, $reportType = null, $hasAttachment = null, $dateRangeType = null, $downloadFormat = null, $creationTime = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : the
return the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : the
return the xsi:type name of this class

Property Details

$creationTime public_oe property

public string $creationTime
return string

$dateRangeType public_oe property

public tnsReportDefinitionDateRangeType $dateRangeType
return tnsReportDefinitionDateRangeType

$downloadFormat public_oe property

public tnsDownloadFormat $downloadFormat
return tnsDownloadFormat

$hasAttachment public_oe property

public bool $hasAttachment
return boolean

$id public_oe property

public int $id
return integer

$reportName public_oe property

public string $reportName
return string

$reportType public_oe property

public tnsReportDefinitionReportType $reportType
return tnsReportDefinitionReportType

$selector public_oe property

public Selector $selector
return Selector