PHP Class AdGroupChangeData, googleads-php-lib

Show file 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 property

public tnsChangeStatus $adGroupChangeStatus
return tnsChangeStatus

$adGroupId public property

public int $adGroupId
return integer

$changedAdGroupBidModifierCriteria public property

public integer[] $changedAdGroupBidModifierCriteria
return integer[]

$changedAds public property

public integer[] $changedAds
return integer[]

$changedCriteria public property

public integer[] $changedCriteria
return integer[]

$changedFeeds public property

public integer[] $changedFeeds
return integer[]

$removedAdGroupBidModifierCriteria public property

public integer[] $removedAdGroupBidModifierCriteria
return integer[]

$removedCriteria public property

public integer[] $removedCriteria
return integer[]

$removedFeeds public property

public integer[] $removedFeeds
return integer[]