PHP Class AdExclusionRule, googleads-php-lib

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

public integer[] $allowedLabelIds
return integer[]

$blockedLabelIds public property

public integer[] $blockedLabelIds
return integer[]

$id public property

public int $id
return integer

$inventoryTargeting public property

public InventoryTargeting $inventoryTargeting
return InventoryTargeting

$isActive public property

public bool $isActive
return boolean

$isBlockAll public property

public bool $isBlockAll
return boolean

$name public property

public string $name
return string

$type public property

public tnsAdExclusionRuleType $type
return tnsAdExclusionRuleType