PHP Class SoapResponseHeader, googleads-php-lib

Errors returned when Authentication failed.
Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$methodName string
$operations integer
$requestId string
$responseTime integer
$serviceName string

Public Methods

Method Description
__construct ( $requestId = null, $responseTime = null )
__construct ( $requestId = null, $serviceName = null, $methodName = null, $operations = null, $responseTime = 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 ( $requestId = null, $responseTime = null )

__construct() public method

public __construct ( $requestId = null, $serviceName = null, $methodName = null, $operations = null, $responseTime = 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

$methodName public property

public string $methodName
return string

$operations public property

public int $operations
return integer

$requestId public property

public string $requestId
return string

$responseTime public property

public int $responseTime
return integer

$serviceName public property

public string $serviceName
return string