PHP Class Experiment, googleads-php-lib

Inheritance: extends Eloquent
Mostrar archivo Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$campaignId integer
$controlId integer
$endDateTime string
$experimentSummaryStats ExperimentSummaryStats
$id integer
$lastModifiedDateTime string
$name string
$queryPercentage integer
$servingStatus tnsExperimentServingStatus
$startDateTime string
$status tnsExperimentStatus

Public Methods

Method Description
__construct ( $id = null, $controlId = null, $campaignId = null, $name = null, $status = null, $servingStatus = null, $queryPercentage = null, $startDateTime = null, $endDateTime = null, $lastModifiedDateTime = null, $experimentSummaryStats = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $id = null, $controlId = null, $campaignId = null, $name = null, $status = null, $servingStatus = null, $queryPercentage = null, $startDateTime = null, $endDateTime = null, $lastModifiedDateTime = null, $experimentSummaryStats = null )

getNamespace() public method

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

getXsiTypeName() public method

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

Property Details

$campaignId public_oe property

public int $campaignId
return integer

$controlId public_oe property

public int $controlId
return integer

$endDateTime public_oe property

public string $endDateTime
return string

$experimentSummaryStats public_oe property

public ExperimentSummaryStats $experimentSummaryStats
return ExperimentSummaryStats

$id public_oe property

public int $id
return integer

$lastModifiedDateTime public_oe property

public string $lastModifiedDateTime
return string

$name public_oe property

public string $name
return string

$queryPercentage public_oe property

public int $queryPercentage
return integer

$servingStatus public_oe property

public tnsExperimentServingStatus $servingStatus
return tnsExperimentServingStatus

$startDateTime public_oe property

public string $startDateTime
return string

$status public_oe property

public tnsExperimentStatus $status
return tnsExperimentStatus