PHP 클래스 ReportDefinitionField, googleads-php-lib

This class allows the user to query the list of fields applicable to a given report type. Consumers of reports will be able use the retrieved fields through the {@link ReportDefinitionService#getReportFields} api and run the corresponding reports.
파일 보기 프로젝트 열기: googleads/googleads-php-lib

공개 프로퍼티들

프로퍼티 타입 설명
$canFilter boolean
$canSelect boolean
$displayFieldName string
$enumValuePairs EnumValuePair[]
$enumValues string[]
$exclusiveFields string[]
$fieldBehavior string
$fieldName string
$fieldType string
$isBeta boolean
$isEnumType boolean
$isZeroRowCompatible boolean
$xmlAttributeName string

공개 메소드들

메소드 설명
__construct ( $fieldName = null, $displayFieldName = null, $xmlAttributeName = null, $fieldType = null, $fieldBehavior = null, $enumValues = null, $canSelect = null, $canFilter = null, $isEnumType = null, $isBeta = null, $isZeroRowCompatible = null, $enumValuePairs = null, $exclusiveFields = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

메소드 상세

__construct() 공개 메소드

public __construct ( $fieldName = null, $displayFieldName = null, $xmlAttributeName = null, $fieldType = null, $fieldBehavior = null, $enumValues = null, $canSelect = null, $canFilter = null, $isEnumType = null, $isBeta = null, $isZeroRowCompatible = null, $enumValuePairs = null, $exclusiveFields = 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

프로퍼티 상세

$canFilter 공개적으로 프로퍼티

public bool $canFilter
리턴 boolean

$canSelect 공개적으로 프로퍼티

public bool $canSelect
리턴 boolean

$displayFieldName 공개적으로 프로퍼티

public string $displayFieldName
리턴 string

$enumValuePairs 공개적으로 프로퍼티

public EnumValuePair[] $enumValuePairs
리턴 EnumValuePair[]

$enumValues 공개적으로 프로퍼티

public string[] $enumValues
리턴 string[]

$exclusiveFields 공개적으로 프로퍼티

public string[] $exclusiveFields
리턴 string[]

$fieldBehavior 공개적으로 프로퍼티

public string $fieldBehavior
리턴 string

$fieldName 공개적으로 프로퍼티

public string $fieldName
리턴 string

$fieldType 공개적으로 프로퍼티

public string $fieldType
리턴 string

$isBeta 공개적으로 프로퍼티

public bool $isBeta
리턴 boolean

$isEnumType 공개적으로 프로퍼티

public bool $isEnumType
리턴 boolean

$isZeroRowCompatible 공개적으로 프로퍼티

public bool $isZeroRowCompatible
리턴 boolean

$xmlAttributeName 공개적으로 프로퍼티

public string $xmlAttributeName
리턴 string