Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The key and value entity of string and string values.
Syntax
<xs:complexType name="KeyValueEntityOfstringstring" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<GenericType Name="KeyValueEntityOf{0}{1}{#}" Namespace="https://bingads.microsoft.com/Customer/v13/Entities" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
<GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema" />
<GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema" />
</GenericType>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
<xs:element minOccurs="0" name="Key" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
Elements
The KeyValueEntityOfstringstring object has the following elements: Key, Value.
| Element | Description | Data Type |
|---|---|---|
| Key | The name of the setting. | string |
| Value | The value of the setting. | string |
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities