PHP Class PlacesLocationFeedData, googleads-php-lib

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

Public Properties

Property Type Description
$businessAccountIdentifier string
$businessNameFilter string
$categoryFilters string[]
$emailAddress string
$labelFilters string[]
$oAuthInfo OAuthInfo

Public Methods

Method Description
__construct ( $oAuthInfo = null, $emailAddress = null, $businessAccountIdentifier = null, $businessNameFilter = null, $categoryFilters = null, $labelFilters = null, $SystemFeedGenerationDataType = 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 ( $oAuthInfo = null, $emailAddress = null, $businessAccountIdentifier = null, $businessNameFilter = null, $categoryFilters = null, $labelFilters = null, $SystemFeedGenerationDataType = 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

$businessAccountIdentifier public_oe property

public string $businessAccountIdentifier
return string

$businessNameFilter public_oe property

public string $businessNameFilter
return string

$categoryFilters public_oe property

public string[] $categoryFilters
return string[]

$emailAddress public_oe property

public string $emailAddress
return string

$labelFilters public_oe property

public string[] $labelFilters
return string[]

$oAuthInfo public_oe property

public OAuthInfo $oAuthInfo
return OAuthInfo