PHP Class CampaignChangeData, googleads-php-lib

Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$addedCampaignCriteria integer[]
$campaignChangeStatus tnsChangeStatus
$campaignId integer
$changedAdGroups AdGroupChangeData[]
$changedFeeds integer[]
$removedCampaignCriteria integer[]
$removedFeeds integer[]

Méthodes publiques

Méthode Description
__construct ( $campaignId = null, $campaignChangeStatus = null, $changedAdGroups = null, $addedCampaignCriteria = null, $removedCampaignCriteria = null, $changedFeeds = null, $removedFeeds = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public méthode

public __construct ( $campaignId = null, $campaignChangeStatus = null, $changedAdGroups = null, $addedCampaignCriteria = null, $removedCampaignCriteria = null, $changedFeeds = null, $removedFeeds = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$addedCampaignCriteria public_oe property

public integer[] $addedCampaignCriteria
Résultat integer[]

$campaignChangeStatus public_oe property

public tnsChangeStatus $campaignChangeStatus
Résultat tnsChangeStatus

$campaignId public_oe property

public int $campaignId
Résultat integer

$changedAdGroups public_oe property

public AdGroupChangeData[] $changedAdGroups
Résultat AdGroupChangeData[]

$changedFeeds public_oe property

public integer[] $changedFeeds
Résultat integer[]

$removedCampaignCriteria public_oe property

public integer[] $removedCampaignCriteria
Résultat integer[]

$removedFeeds public_oe property

public integer[] $removedFeeds
Résultat integer[]