PHP Класс AdExclusionRule, googleads-php-lib

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$allowedLabelIds integer[]
$blockedLabelIds integer[]
$id integer
$inventoryTargeting InventoryTargeting
$isActive boolean
$isBlockAll boolean
$name string
$type tnsAdExclusionRuleType

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

public __construct ( $id = null, $name = null, $isActive = null, $inventoryTargeting = null, $isBlockAll = null, $blockedLabelIds = null, $allowedLabelIds = null, $type = null )

getNamespace() публичный Метод

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class

getXsiTypeName() публичный Метод

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Результат string the xsi:type name of this class

Описание свойств

$allowedLabelIds публичное свойство

public integer[] $allowedLabelIds
Результат integer[]

$blockedLabelIds публичное свойство

public integer[] $blockedLabelIds
Результат integer[]

$id публичное свойство

public int $id
Результат integer

$inventoryTargeting публичное свойство

public InventoryTargeting $inventoryTargeting
Результат InventoryTargeting

$isActive публичное свойство

public bool $isActive
Результат boolean

$isBlockAll публичное свойство

public bool $isBlockAll
Результат boolean

$name публичное свойство

public string $name
Результат string

$type публичное свойство

public tnsAdExclusionRuleType $type
Результат tnsAdExclusionRuleType