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

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

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

Свойство Тип Описание
$customTargetingKeyId integer
$displayName string
$id integer
$matchType tnsCustomTargetingValueMatchType
$name string
$status tnsCustomTargetingValueStatus

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

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

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

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

public __construct ( $customTargetingKeyId = null, $id = null, $name = null, $displayName = null, $matchType = null, $status = 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

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

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

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

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

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

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

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

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

public tnsCustomTargetingValueMatchType $matchType
Результат tnsCustomTargetingValueMatchType

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

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

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

public tnsCustomTargetingValueStatus $status
Результат tnsCustomTargetingValueStatus