PHP Class DraftAsyncError, googleads-php-lib

Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$asyncError ApiError
$baseAdGroupId integer
$baseCampaignId integer
$draftAdGroupId integer
$draftCampaignId integer
$draftId integer

Public Methods

Method Description
__construct ( $baseCampaignId = null, $draftId = null, $draftCampaignId = null, $asyncError = null, $baseAdGroupId = null, $draftAdGroupId = 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 ( $baseCampaignId = null, $draftId = null, $draftCampaignId = null, $asyncError = null, $baseAdGroupId = null, $draftAdGroupId = 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

$asyncError public property

public ApiError $asyncError
return ApiError

$baseAdGroupId public property

public int $baseAdGroupId
return integer

$baseCampaignId public property

public int $baseCampaignId
return integer

$draftAdGroupId public property

public int $draftAdGroupId
return integer

$draftCampaignId public property

public int $draftCampaignId
return integer

$draftId public property

public int $draftId
return integer