PHP Class CreativeTemplate, googleads-php-lib

Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$description string
$id integer
$isInterstitial boolean
$isNativeEligible boolean
$name string
$snippet string
$status tnsCreativeTemplateStatus
$type tnsCreativeTemplateType
$variables CreativeTemplateVariable[]

Méthodes publiques

Méthode 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 méthode

public __construct ( $id = null, $name = null, $description = null, $variables = null, $snippet = null, $status = null, $type = null, $isInterstitial = null, $isNativeEligible = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$description public_oe property

public string $description
Résultat string

$id public_oe property

public int $id
Résultat integer

$isInterstitial public_oe property

public bool $isInterstitial
Résultat boolean

$isNativeEligible public_oe property

public bool $isNativeEligible
Résultat boolean

$name public_oe property

public string $name
Résultat string

$snippet public_oe property

public string $snippet
Résultat string

$status public_oe property

public tnsCreativeTemplateStatus $status
Résultat tnsCreativeTemplateStatus

$type public_oe property

public tnsCreativeTemplateType $type
Résultat tnsCreativeTemplateType

$variables public_oe property

public CreativeTemplateVariable[] $variables
Résultat CreativeTemplateVariable[]