PHP Class ActivityGroup, googleads-php-lib

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

Public Properties

Property Type Description
$clicksLookback integer
$companyIds integer[]
$id integer
$impressionsLookback integer
$name string
$status tnsActivityGroupStatus

Public Methods

Method Description
__construct ( $id = null, $name = null, $companyIds = null, $impressionsLookback = null, $clicksLookback = null, $status = 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, $companyIds = null, $impressionsLookback = null, $clicksLookback = null, $status = 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

$clicksLookback public property

public int $clicksLookback
return integer

$companyIds public property

public integer[] $companyIds
return integer[]

$id public property

public int $id
return integer

$impressionsLookback public property

public int $impressionsLookback
return integer

$name public property

public string $name
return string

$status public property

public tnsActivityGroupStatus $status
return tnsActivityGroupStatus