PHP Class TargetingCriteriaBreakdown, googleads-php-lib

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

Public Properties

Property Type Description
$availableUnits integer
$excluded boolean
$matchedUnits integer
$targetingCriteriaId integer
$targetingCriteriaName string
$targetingDimension tnsTargetingDimension

Public Methods

Method Description
__construct ( $targetingDimension = null, $targetingCriteriaId = null, $targetingCriteriaName = null, $excluded = null, $availableUnits = null, $matchedUnits = 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 ( $targetingDimension = null, $targetingCriteriaId = null, $targetingCriteriaName = null, $excluded = null, $availableUnits = null, $matchedUnits = 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

$availableUnits public_oe property

public int $availableUnits
return integer

$excluded public_oe property

public bool $excluded
return boolean

$matchedUnits public_oe property

public int $matchedUnits
return integer

$targetingCriteriaId public_oe property

public int $targetingCriteriaId
return integer

$targetingCriteriaName public_oe property

public string $targetingCriteriaName
return string

$targetingDimension public_oe property

public tnsTargetingDimension $targetingDimension
return tnsTargetingDimension