PHP Class IdeaTextFilterSearchParameter, googleads-php-lib

For this {@link SearchParameter}, excluded items will always take priority over included ones. This can handle a maximum of 200 (included + excluded) elements.

This element is supported by following {@link IdeaType}s: KEYWORD.

This element is supported by following {@link RequestType}s: IDEAS, STATS.

Inheritance: extends SearchParameter
Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$excluded string[]
$included string[]

Méthodes publiques

Méthode Description
__construct ( $included = null, $excluded = null, $SearchParameterType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public méthode

public __construct ( $included = null, $excluded = null, $SearchParameterType = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$excluded public_oe property

public string[] $excluded
Résultat string[]

$included public_oe property

public string[] $included
Résultat string[]