PHP Class CreativeAsset, googleads-php-lib

ファイルを表示 Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$assetByteArray base64Binary
$assetId integer
$assetUrl string
$fileName string
$fileSize integer
$imageDensity tnsImageDensity
$size Size

Public Methods

Method Description
__construct ( $assetId = null, $assetByteArray = null, $fileName = null, $fileSize = null, $assetUrl = null, $size = null, $imageDensity = 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 ( $assetId = null, $assetByteArray = null, $fileName = null, $fileSize = null, $assetUrl = null, $size = null, $imageDensity = 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

$assetByteArray public_oe property

public base64Binary $assetByteArray
return base64Binary

$assetId public_oe property

public int $assetId
return integer

$assetUrl public_oe property

public string $assetUrl
return string

$fileName public_oe property

public string $fileName
return string

$fileSize public_oe property

public int $fileSize
return integer

$imageDensity public_oe property

public tnsImageDensity $imageDensity
return tnsImageDensity

$size public_oe property

public Size $size
return Size