PHP Class ProposalLineItemConstraints, googleads-php-lib

Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$allowCreativePlaceholdersCustomization boolean
$builtInCompanionDeliveryOption tnsCompanionDeliveryOption
$builtInCreativePlaceholders CreativePlaceholder[]
$builtInCreativeRotationType tnsCreativeRotationType
$builtInDeliveryRateType tnsDeliveryRateType
$builtInFrequencyCaps FrequencyCap[]
$builtInRoadblockingType tnsRoadblockingType
$customizableAttributes CustomizableAttributes
$productBuiltInTargeting Targeting

Public Methods

Method Description
__construct ( $builtInFrequencyCaps = null, $productBuiltInTargeting = null, $customizableAttributes = null )
__construct ( $allowCreativePlaceholdersCustomization = null, $builtInCreativePlaceholders = null, $builtInRoadblockingType = null, $builtInDeliveryRateType = null, $builtInCreativeRotationType = null, $builtInCompanionDeliveryOption = null, $builtInFrequencyCaps = null, $productBuiltInTargeting = null, $customizableAttributes = 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 ( $builtInFrequencyCaps = null, $productBuiltInTargeting = null, $customizableAttributes = null )

__construct() public method

public __construct ( $allowCreativePlaceholdersCustomization = null, $builtInCreativePlaceholders = null, $builtInRoadblockingType = null, $builtInDeliveryRateType = null, $builtInCreativeRotationType = null, $builtInCompanionDeliveryOption = null, $builtInFrequencyCaps = null, $productBuiltInTargeting = null, $customizableAttributes = 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

$allowCreativePlaceholdersCustomization public_oe property

public bool $allowCreativePlaceholdersCustomization
return boolean

$builtInCompanionDeliveryOption public_oe property

public tnsCompanionDeliveryOption $builtInCompanionDeliveryOption
return tnsCompanionDeliveryOption

$builtInCreativePlaceholders public_oe property

public CreativePlaceholder[] $builtInCreativePlaceholders
return CreativePlaceholder[]

$builtInCreativeRotationType public_oe property

public tnsCreativeRotationType $builtInCreativeRotationType
return tnsCreativeRotationType

$builtInDeliveryRateType public_oe property

public tnsDeliveryRateType $builtInDeliveryRateType
return tnsDeliveryRateType

$builtInFrequencyCaps public_oe property

public FrequencyCap[] $builtInFrequencyCaps
return FrequencyCap[]

$builtInRoadblockingType public_oe property

public tnsRoadblockingType $builtInRoadblockingType
return tnsRoadblockingType

$customizableAttributes public_oe property

public CustomizableAttributes $customizableAttributes
return CustomizableAttributes

$productBuiltInTargeting public_oe property

public Targeting $productBuiltInTargeting
return Targeting