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

For example, if in a request Campaign.selectiveOptimization contains 2 conversionTypeIds, and the conversionTypeIdsOps is non-null, it must contain 2 operators. If those operators are {PUT, REMOVE} then the API will add the first conversionTypeId (if it doesn't already exist) and remove the second conversionTypeId (if it exists).

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

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

Свойство Тип Описание
$clear boolean
$operators tnsListOperationsListOperator[]

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

Метод Описание
__construct ( $clear = null, $operators = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $clear = null, $operators = 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

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

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

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

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

public tnsListOperationsListOperator[] $operators
Результат tnsListOperationsListOperator[]