PHP Class Creative, googleads-php-lib

Inheritance: extends apiModel
Show file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$advertiserId integer
$appliedLabels AppliedLabel[]
$customFieldValues BaseCustomFieldValue[]
$headline string
$id integer
$lastModifiedDateTime DateTime
$line1 string
$line2 string
$name string
$policyViolations tnsCreativePolicyViolation[]
$previewUrl string
$size Size

Public Methods

Method Description
__construct ( $headline = null, $line1 = null, $line2 = null )
__construct ( $advertiserId = null, $id = null, $name = null, $size = null, $previewUrl = null, $policyViolations = null, $appliedLabels = null, $lastModifiedDateTime = null, $customFieldValues = 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 ( $headline = null, $line1 = null, $line2 = null )

__construct() public method

public __construct ( $advertiserId = null, $id = null, $name = null, $size = null, $previewUrl = null, $policyViolations = null, $appliedLabels = null, $lastModifiedDateTime = null, $customFieldValues = 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

$advertiserId public property

public int $advertiserId
return integer

$appliedLabels public property

public AppliedLabel[] $appliedLabels
return AppliedLabel[]

$customFieldValues public property

public BaseCustomFieldValue[] $customFieldValues
return BaseCustomFieldValue[]

$headline public property

public string $headline
return string

$id public property

public int $id
return integer

$lastModifiedDateTime public property

public DateTime $lastModifiedDateTime
return DateTime

$line1 public property

public string $line1
return string

$line2 public property

public string $line2
return string

$name public property

public string $name
return string

$policyViolations public property

public tnsCreativePolicyViolation[] $policyViolations
return tnsCreativePolicyViolation[]

$previewUrl public property

public string $previewUrl
return string

$size public property

public Size $size
return Size