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

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

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

Свойство Тип Описание
$client ManagedCustomer
$creationDate string
$expirationDate string
$manager ManagedCustomer

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

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

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

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

public __construct ( $manager = null, $client = null, $creationDate = null, $expirationDate = 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

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

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

public ManagedCustomer $client
Результат ManagedCustomer

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

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

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

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

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

public ManagedCustomer $manager
Результат ManagedCustomer