PHP 클래스 ProductBiddingCategoryData, googleads-php-lib

Clients use this to convert between human-readable category names / display strings and ProductBiddingCategory instances.

상속: extends ConstantData
파일 보기 프로젝트 열기: googleads/googleads-php-lib

공개 프로퍼티들

프로퍼티 타입 설명
$country string
$dimensionValue ProductBiddingCategory
$displayValue String_StringMapEntry[]
$parentDimensionValue ProductBiddingCategory
$status tnsShoppingBiddingDimensionStatus

공개 메소드들

메소드 설명
__construct ( $dimensionValue = null, $parentDimensionValue = null, $country = null, $status = null, $displayValue = null, $ConstantDataType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

메소드 상세

__construct() 공개 메소드

public __construct ( $dimensionValue = null, $parentDimensionValue = null, $country = null, $status = null, $displayValue = null, $ConstantDataType = null )

getNamespace() 공개 메소드

Gets the namesapce of this class
public getNamespace ( ) : string
리턴 string the namespace of this class

getXsiTypeName() 공개 메소드

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
리턴 string the xsi:type name of this class

프로퍼티 상세

$country 공개적으로 프로퍼티

public string $country
리턴 string

$dimensionValue 공개적으로 프로퍼티

public ProductBiddingCategory $dimensionValue
리턴 ProductBiddingCategory

$displayValue 공개적으로 프로퍼티

public String_StringMapEntry[] $displayValue
리턴 String_StringMapEntry[]

$parentDimensionValue 공개적으로 프로퍼티

public ProductBiddingCategory $parentDimensionValue
리턴 ProductBiddingCategory

$status 공개적으로 프로퍼티

public tnsShoppingBiddingDimensionStatus $status
리턴 tnsShoppingBiddingDimensionStatus