PHP Class LineItemTemplate, googleads-php-lib

显示文件 Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$creativeRotationType tnsCreativeRotationType
$deliveryRateType tnsDeliveryRateType
$enabledForSameAdvertiserException boolean
$endTime DateTime
$id integer
$isDefault boolean
$lineItemName string
$lineItemType tnsLineItemType
$name string
$notes string
$roadblockingType tnsRoadblockingType
$startTime DateTime
$targetPlatform tnsTargetPlatform

Public Methods

Method Description
__construct ( $id = null, $name = null, $isDefault = null, $lineItemName = null, $enabledForSameAdvertiserException = null, $notes = null, $lineItemType = null, $startTime = null, $endTime = null, $deliveryRateType = null, $roadblockingType = null, $creativeRotationType = null )
__construct ( $id = null, $name = null, $isDefault = null, $lineItemName = null, $targetPlatform = null, $enabledForSameAdvertiserException = null, $notes = null, $lineItemType = null, $startTime = null, $endTime = null, $deliveryRateType = null, $roadblockingType = null, $creativeRotationType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $id = null, $name = null, $isDefault = null, $lineItemName = null, $enabledForSameAdvertiserException = null, $notes = null, $lineItemType = null, $startTime = null, $endTime = null, $deliveryRateType = null, $roadblockingType = null, $creativeRotationType = null )

__construct() public method

public __construct ( $id = null, $name = null, $isDefault = null, $lineItemName = null, $targetPlatform = null, $enabledForSameAdvertiserException = null, $notes = null, $lineItemType = null, $startTime = null, $endTime = null, $deliveryRateType = null, $roadblockingType = null, $creativeRotationType = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$creativeRotationType public_oe property

public tnsCreativeRotationType $creativeRotationType
return tnsCreativeRotationType

$deliveryRateType public_oe property

public tnsDeliveryRateType $deliveryRateType
return tnsDeliveryRateType

$enabledForSameAdvertiserException public_oe property

public bool $enabledForSameAdvertiserException
return boolean

$endTime public_oe property

public DateTime $endTime
return DateTime

$id public_oe property

public int $id
return integer

$isDefault public_oe property

public bool $isDefault
return boolean

$lineItemName public_oe property

public string $lineItemName
return string

$lineItemType public_oe property

public tnsLineItemType $lineItemType
return tnsLineItemType

$name public_oe property

public string $name
return string

$notes public_oe property

public string $notes
return string

$roadblockingType public_oe property

public tnsRoadblockingType $roadblockingType
return tnsRoadblockingType

$startTime public_oe property

public DateTime $startTime
return DateTime

$targetPlatform public_oe property

public tnsTargetPlatform $targetPlatform
return tnsTargetPlatform