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

Represents data about a bidlandscape for an adgroup.
Наследование: extends DataEntry
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$adGroupId integer
$campaignId integer
$endDate string
$landscapePoints BidLandscapeLandscapePoint[]
$startDate string

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

Метод Описание
__construct ( $campaignId = null, $adGroupId = null, $startDate = null, $endDate = null, $landscapePoints = null, $DataEntryType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $campaignId = null, $adGroupId = null, $startDate = null, $endDate = null, $landscapePoints = null, $DataEntryType = 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

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

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

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

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

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

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

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

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

public BidLandscapeLandscapePoint[] $landscapePoints
Результат BidLandscapeLandscapePoint[]

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

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