PHP Class AudienceSegment, googleads-php-lib

Datei anzeigen Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$categoryIds integer[]
$dataProvider AudienceSegmentDataProvider
$description string
$id integer
$name string
$size integer
$status tnsAudienceSegmentStatus
$type tnsAudienceSegmentAudienceSegmentType
$type tnsAudienceSegmentType

Public Methods

Method Description
__construct ( $id = null, $name = null, $categoryIds = null, $description = null, $status = null, $size = null, $dataProvider = null, $type = 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, $categoryIds = null, $description = null, $status = null, $size = null, $dataProvider = null, $type = 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

$categoryIds public_oe property

public integer[] $categoryIds
return integer[]

$dataProvider public_oe property

public AudienceSegmentDataProvider $dataProvider
return AudienceSegmentDataProvider

$description public_oe property

public string $description
return string

$id public_oe property

public int $id
return integer

$name public_oe property

public string $name
return string

$size public_oe property

public int $size
return integer

$status public_oe property

public tnsAudienceSegmentStatus $status
return tnsAudienceSegmentStatus

$type public_oe property

public tnsAudienceSegmentAudienceSegmentType $type
return tnsAudienceSegmentAudienceSegmentType

$type public_oe property

public tnsAudienceSegmentType $type
return tnsAudienceSegmentType