PHP Class SharedSet, googleads-php-lib

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

Public Properties

Property Type Description
$memberCount integer
$name string
$referenceCount integer
$sharedSetId integer
$status tnsSharedSetStatus
$type tnsSharedSetType

Public Methods

Method Description
__construct ( $sharedSetId = null, $name = null, $type = null, $memberCount = null, $referenceCount = 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 ( $sharedSetId = null, $name = null, $type = null, $memberCount = null, $referenceCount = 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

$memberCount public property

public int $memberCount
return integer

$name public property

public string $name
return string

$referenceCount public property

public int $referenceCount
return integer

$sharedSetId public property

public int $sharedSetId
return integer

$status public property

public tnsSharedSetStatus $status
return tnsSharedSetStatus

$type public property

public tnsSharedSetType $type
return tnsSharedSetType