PHP Class ProductPackageItem, googleads-php-lib

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

Public Properties

Property Type Description
$archiveStatus tnsArchiveStatus
$id integer
$isMandatory boolean
$productId integer
$productPackageId integer

Public Methods

Method Description
__construct ( $id = null, $productId = null, $productPackageId = null, $isMandatory = null, $archiveStatus = 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, $productId = null, $productPackageId = null, $isMandatory = null, $archiveStatus = 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

$archiveStatus public_oe property

public tnsArchiveStatus $archiveStatus
return tnsArchiveStatus

$id public_oe property

public int $id
return integer

$isMandatory public_oe property

public bool $isMandatory
return boolean

$productId public_oe property

public int $productId
return integer

$productPackageId public_oe property

public int $productPackageId
return integer