PHP Class Trial, googleads-php-lib

ファイルを表示 Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$baseCampaignId integer
$budgetId integer
$draftId integer
$endDate string
$id integer
$name string
$startDate string
$status tnsTrialStatus
$trafficSplitPercent integer
$trialCampaignId integer

Public Methods

Method Description
__construct ( $id = null, $baseCampaignId = null, $draftId = null, $budgetId = null, $name = null, $startDate = null, $endDate = null, $trafficSplitPercent = null, $status = null, $trialCampaignId = 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, $baseCampaignId = null, $draftId = null, $budgetId = null, $name = null, $startDate = null, $endDate = null, $trafficSplitPercent = null, $status = null, $trialCampaignId = 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

$baseCampaignId public_oe property

public int $baseCampaignId
return integer

$budgetId public_oe property

public int $budgetId
return integer

$draftId public_oe property

public int $draftId
return integer

$endDate public_oe property

public string $endDate
return string

$id public_oe property

public int $id
return integer

$name public_oe property

public string $name
return string

$startDate public_oe property

public string $startDate
return string

$status public_oe property

public tnsTrialStatus $status
return tnsTrialStatus

$trafficSplitPercent public_oe property

public int $trafficSplitPercent
return integer

$trialCampaignId public_oe property

public int $trialCampaignId
return integer