PHP Class 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.
ファイルを表示 Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$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

Public Methods

Method Description
__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

Method Details

__construct() public method

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() 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

$canFilter public_oe property

public bool $canFilter
return boolean

$canSelect public_oe property

public bool $canSelect
return boolean

$displayFieldName public_oe property

public string $displayFieldName
return string

$enumValuePairs public_oe property

public EnumValuePair[] $enumValuePairs
return EnumValuePair[]

$enumValues public_oe property

public string[] $enumValues
return string[]

$exclusiveFields public_oe property

public string[] $exclusiveFields
return string[]

$fieldBehavior public_oe property

public string $fieldBehavior
return string

$fieldName public_oe property

public string $fieldName
return string

$fieldType public_oe property

public string $fieldType
return string

$isBeta public_oe property

public bool $isBeta
return boolean

$isEnumType public_oe property

public bool $isEnumType
return boolean

$isZeroRowCompatible public_oe property

public bool $isZeroRowCompatible
return boolean

$xmlAttributeName public_oe property

public string $xmlAttributeName
return string