PHP Class ManagedCustomer, googleads-php-lib

Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$accountLabels AccountLabel[]
$canManageClients boolean
$companyName string
$currencyCode string
$customerId integer
$dateTimeZone string
$excludeHiddenAccounts boolean
$name string
$testAccount boolean

Méthodes publiques

Méthode Description
__construct ( $name = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = null )
__construct ( $name = null, $companyName = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = 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 ( $name = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = null )

__construct() public méthode

public __construct ( $name = null, $companyName = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = 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

$accountLabels public_oe property

public AccountLabel[] $accountLabels
Résultat AccountLabel[]

$canManageClients public_oe property

public bool $canManageClients
Résultat boolean

$companyName public_oe property

public string $companyName
Résultat string

$currencyCode public_oe property

public string $currencyCode
Résultat string

$customerId public_oe property

public int $customerId
Résultat integer

$dateTimeZone public_oe property

public string $dateTimeZone
Résultat string

$excludeHiddenAccounts public_oe property

public bool $excludeHiddenAccounts
Résultat boolean

$name public_oe property

public string $name
Résultat string

$testAccount public_oe property

public bool $testAccount
Résultat boolean