KeyValuePairOflong データ オブジェクト - キャンペーン管理
Customer Management サービスによって定義される long 値と long 値のキーと値のペア。
構文
<xs:complexType name="KeyValuePairOflonglong" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<GenericType Name="KeyValuePairOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
<GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema" />
<GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema" />
</GenericType>
<IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
<xs:element name="key" type="xs:long" />
<xs:element name="value" type="xs:long" />
</xs:sequence>
</xs:complexType>
要素
KeyValuePairOflong オブジェクトには、key、value という要素があります。
要素 | 説明 | データ型 |
---|---|---|
鍵 | 値のキー。 | long |
価値 | キーにマップされた値。 | long |
要件
サービス: CampaignManagementService.svc v13
Namespace: http://schemas.datacontract.org/2004/07/System.Collections.Generic