PHP Class AdGroupChangeData, googleads-php-lib

Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$adGroupChangeStatus tnsChangeStatus
$adGroupId integer
$changedAdGroupBidModifierCriteria integer[]
$changedAds integer[]
$changedCriteria integer[]
$changedFeeds integer[]
$removedAdGroupBidModifierCriteria integer[]
$removedCriteria integer[]
$removedFeeds integer[]

Public Methods

Method Description
__construct ( $adGroupId = null, $adGroupChangeStatus = null, $changedAds = null, $changedCriteria = null, $removedCriteria = null, $changedFeeds = null, $removedFeeds = null, $changedAdGroupBidModifierCriteria = null, $removedAdGroupBidModifierCriteria = 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 ( $adGroupId = null, $adGroupChangeStatus = null, $changedAds = null, $changedCriteria = null, $removedCriteria = null, $changedFeeds = null, $removedFeeds = null, $changedAdGroupBidModifierCriteria = null, $removedAdGroupBidModifierCriteria = 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

$adGroupChangeStatus public_oe property

public tnsChangeStatus $adGroupChangeStatus
return tnsChangeStatus

$adGroupId public_oe property

public int $adGroupId
return integer

$changedAdGroupBidModifierCriteria public_oe property

public integer[] $changedAdGroupBidModifierCriteria
return integer[]

$changedAds public_oe property

public integer[] $changedAds
return integer[]

$changedCriteria public_oe property

public integer[] $changedCriteria
return integer[]

$changedFeeds public_oe property

public integer[] $changedFeeds
return integer[]

$removedAdGroupBidModifierCriteria public_oe property

public integer[] $removedAdGroupBidModifierCriteria
return integer[]

$removedCriteria public_oe property

public integer[] $removedCriteria
return integer[]

$removedFeeds public_oe property

public integer[] $removedFeeds
return integer[]