Interface CampaignExportServiceFieldValue

CampaignExportServiceFieldValue オブジェクトは、実行結果(全Entityのリスト)を保持します。
CampaignExportServiceFieldValue object contains the results (list of all entities).

Hierarchy

  • CampaignExportServiceFieldValue

Properties

errors?: null | search.ModelError[]

Memberof

CampaignExportServiceFieldValue

fieldAttributes?: null | CampaignExportServiceFieldAttribute[]

Memberof

CampaignExportServiceFieldValue

operationSucceeded?: null | boolean
処理結果です。trueの場合は、処理は成功しました。falseの場合は処理が失敗しています。
The process results. If true, the process succeeded. If false, the process failed.

Memberof

CampaignExportServiceFieldValue