MigrationStatusInfo データ オブジェクト - キャンペーン管理
アカウントの移行の種類と状態を含むオブジェクトを定義します。
構文
<xs:complexType name="MigrationStatusInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="MigrationType" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StartTimeInUtc" nillable="true" type="xs:dateTime" />
<xs:element name="Status" type="tns:MigrationStatus" />
</xs:sequence>
</xs:complexType>
要素
MigrationStatusInfo オブジェクトには、MigrationType、StartTimeInUtc、Status という要素があります。
要素 | 説明 | データ型 |
---|---|---|
MigrationType | 移行の種類。 | string |
StartTimeInUtc | 移行が開始された日時。 値は、世界協定時刻 (UTC) です。 日付と時刻の値は、クライアントではなく、サーバーでの日付と時刻を反映します。 日付と時刻の形式については、「 プリミティブ XML データ型」の dateTime エントリを参照してください。 |
dateTime |
Status | 移行の状態。 | MigrationStatus |
要件
サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13