PHP 클래스 ReportDefinition, googleads-php-lib

상속: implements IReportDefinition
파일 보기 프로젝트 열기: googleads/googleads-php-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$creationTime string
$dateRangeType tnsReportDefinitionDateRangeType
$downloadFormat tnsDownloadFormat
$hasAttachment boolean
$id integer
$reportName string
$reportType tnsReportDefinitionReportType
$selector Selector

공개 메소드들

메소드 설명
__construct ( $id = null, $selector = null, $reportName = null, $reportType = null, $hasAttachment = null, $dateRangeType = null, $downloadFormat = null, $creationTime = null )
getNamespace ( ) : the Gets the namesapce of this class
getXsiTypeName ( ) : the Gets the xsi:type name of this class

메소드 상세

__construct() 공개 메소드

public __construct ( $id = null, $selector = null, $reportName = null, $reportType = null, $hasAttachment = null, $dateRangeType = null, $downloadFormat = null, $creationTime = null )

getNamespace() 공개 메소드

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

getXsiTypeName() 공개 메소드

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

프로퍼티 상세

$creationTime 공개적으로 프로퍼티

public string $creationTime
리턴 string

$dateRangeType 공개적으로 프로퍼티

public tnsReportDefinitionDateRangeType $dateRangeType
리턴 tnsReportDefinitionDateRangeType

$downloadFormat 공개적으로 프로퍼티

public tnsDownloadFormat $downloadFormat
리턴 tnsDownloadFormat

$hasAttachment 공개적으로 프로퍼티

public bool $hasAttachment
리턴 boolean

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$reportName 공개적으로 프로퍼티

public string $reportName
리턴 string

$reportType 공개적으로 프로퍼티

public tnsReportDefinitionReportType $reportType
리턴 tnsReportDefinitionReportType

$selector 공개적으로 프로퍼티

public Selector $selector
리턴 Selector