PHP 클래스 BidLandscapeLandscapePoint, googleads-php-lib

Represents data about a bidlandscape for an adgroup.
파일 보기 프로젝트 열기: googleads/googleads-php-lib

공개 프로퍼티들

프로퍼티 타입 설명
$bid Money
$bidModifier double
$clicks integer
$cost Money
$impressions integer
$promotedImpressions integer
$requiredBudget Money
$totalLocalClicks integer
$totalLocalCost Money
$totalLocalImpressions integer
$totalLocalPromotedImpressions integer

공개 메소드들

메소드 설명
__construct ( $bid = null, $clicks = null, $cost = null, $impressions = null, $promotedImpressions = null, $requiredBudget = null, $bidModifier = null, $totalLocalImpressions = null, $totalLocalClicks = null, $totalLocalCost = null, $totalLocalPromotedImpressions = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

메소드 상세

__construct() 공개 메소드

public __construct ( $bid = null, $clicks = null, $cost = null, $impressions = null, $promotedImpressions = null, $requiredBudget = null, $bidModifier = null, $totalLocalImpressions = null, $totalLocalClicks = null, $totalLocalCost = null, $totalLocalPromotedImpressions = 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

프로퍼티 상세

$bid 공개적으로 프로퍼티

public Money $bid
리턴 Money

$bidModifier 공개적으로 프로퍼티

public double $bidModifier
리턴 double

$clicks 공개적으로 프로퍼티

public int $clicks
리턴 integer

$cost 공개적으로 프로퍼티

public Money $cost
리턴 Money

$impressions 공개적으로 프로퍼티

public int $impressions
리턴 integer

$promotedImpressions 공개적으로 프로퍼티

public int $promotedImpressions
리턴 integer

$requiredBudget 공개적으로 프로퍼티

public Money $requiredBudget
리턴 Money

$totalLocalClicks 공개적으로 프로퍼티

public int $totalLocalClicks
리턴 integer

$totalLocalCost 공개적으로 프로퍼티

public Money $totalLocalCost
리턴 Money

$totalLocalImpressions 공개적으로 프로퍼티

public int $totalLocalImpressions
리턴 integer

$totalLocalPromotedImpressions 공개적으로 프로퍼티

public int $totalLocalPromotedImpressions
리턴 integer