定义运行状况检查错误数据对象。
语法
<xs:complexType name="HealthCheckError" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfOperationError" />
<xs:element minOccurs="0" name="HealthCheckEntity" nillable="true" type="tns:HealthCheckEntity" />
<xs:element minOccurs="0" name="HealthCheckName" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
元素
HealthCheckError 对象具有以下元素:Errors、HealthCheckEntity、HealthCheckName。
元素 | 说明 | 数据类型 |
---|---|---|
错误 | 保留。 | OperationError 数组 |
HealthCheckEntity | 保留。 | HealthCheckEntity |
HealthCheckName | 保留。 | string |
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13