This class represents an AdWords SOAP response header.
More...
|
string | requestId [get, set] |
| Gets or sets the request id for this API call. More...
|
|
string | serviceName [get, set] |
| Gets or sets the name of the service that was invoked. More...
|
|
string | methodName [get, set] |
| Gets or sets the name of the method that was invoked. More...
|
|
long | operations [get, set] |
| Gets or sets the number of operations for this API call. More...
|
|
long | responseTime [get, set] |
| Gets or sets the response time for this API call. More...
|
|
This class represents an AdWords SOAP response header.
static ResponseHeader Google.Api.Ads.AdWords.Headers.ResponseHeader.ReadFrom |
( |
XmlReader |
reader, |
|
|
string |
rootNamespace |
|
) |
| |
|
inlinestatic |
Reads a response header from an xml reader.
- Parameters
-
reader | The xml reader. |
rootNamespace | |
- Returns
- A deserialized response header.
string Google.Api.Ads.AdWords.Headers.ResponseHeader.methodName |
|
getset |
Gets or sets the name of the method that was invoked.
long Google.Api.Ads.AdWords.Headers.ResponseHeader.operations |
|
getset |
Gets or sets the number of operations for this API call.
string Google.Api.Ads.AdWords.Headers.ResponseHeader.requestId |
|
getset |
Gets or sets the request id for this API call.
long Google.Api.Ads.AdWords.Headers.ResponseHeader.responseTime |
|
getset |
Gets or sets the response time for this API call.
string Google.Api.Ads.AdWords.Headers.ResponseHeader.serviceName |
|
getset |
Gets or sets the name of the service that was invoked.
The documentation for this class was generated from the following file: