PHP Class AssetCreativeTemplateVariableValue, googleads-php-lib

Inheritance: extends BaseCreativeTemplateVariableValue
Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$asset CreativeAsset
$assetByteArray base64Binary
$assetId integer
$fileName string

Public Methods

Method Description
__construct ( $asset = null, $uniqueName = null )
__construct ( $assetId = null, $assetByteArray = null, $fileName = null, $uniqueName = 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 ( $asset = null, $uniqueName = null )

__construct() public method

public __construct ( $assetId = null, $assetByteArray = null, $fileName = null, $uniqueName = 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

$asset public property

public CreativeAsset $asset
return CreativeAsset

$assetByteArray public property

public base64Binary $assetByteArray
return base64Binary

$assetId public property

public int $assetId
return integer

$fileName public property

public string $fileName
return string