PHP Class AdExclusionRule, googleads-php-lib

Exibir arquivo Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$allowedLabelIds integer[]
$blockedLabelIds integer[]
$id integer
$inventoryTargeting InventoryTargeting
$isActive boolean
$isBlockAll boolean
$name string
$type tnsAdExclusionRuleType

Public Methods

Method Description
__construct ( $id = null, $name = null, $isActive = null, $inventoryTargeting = null, $isBlockAll = null, $blockedLabelIds = null, $allowedLabelIds = null, $type = 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 ( $id = null, $name = null, $isActive = null, $inventoryTargeting = null, $isBlockAll = null, $blockedLabelIds = null, $allowedLabelIds = null, $type = 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

$allowedLabelIds public_oe property

public integer[] $allowedLabelIds
return integer[]

$blockedLabelIds public_oe property

public integer[] $blockedLabelIds
return integer[]

$id public_oe property

public int $id
return integer

$inventoryTargeting public_oe property

public InventoryTargeting $inventoryTargeting
return InventoryTargeting

$isActive public_oe property

public bool $isActive
return boolean

$isBlockAll public_oe property

public bool $isBlockAll
return boolean

$name public_oe property

public string $name
return string

$type public_oe property

public tnsAdExclusionRuleType $type
return tnsAdExclusionRuleType