PHP Class CreativeTemplate, googleads-php-lib

Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$description string
$id integer
$isInterstitial boolean
$isNativeEligible boolean
$name string
$snippet string
$status tnsCreativeTemplateStatus
$type tnsCreativeTemplateType
$variables CreativeTemplateVariable[]

Public Methods

Method Description
__construct ( $id = null, $name = null, $description = null, $variables = null, $snippet = null, $status = null, $type = null, $isInterstitial = null, $isNativeEligible = 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, $description = null, $variables = null, $snippet = null, $status = null, $type = null, $isInterstitial = null, $isNativeEligible = 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

$description public property

public string $description
return string

$id public property

public int $id
return integer

$isInterstitial public property

public bool $isInterstitial
return boolean

$isNativeEligible public property

public bool $isNativeEligible
return boolean

$name public property

public string $name
return string

$snippet public property

public string $snippet
return string

$status public property

public tnsCreativeTemplateStatus $status
return tnsCreativeTemplateStatus

$type public property

public tnsCreativeTemplateType $type
return tnsCreativeTemplateType

$variables public property

public CreativeTemplateVariable[] $variables
return CreativeTemplateVariable[]