Interface CampaignServiceValue

CampaignServiceValueオブジェクトは、操作結果を含むキャンペーンの情報を表します。
The CampaignServiceValue object is a container for storing campaign information and operation results.

Hierarchy

  • CampaignServiceValue

Properties

campaign?: null | display.Campaign

Memberof

CampaignServiceValue

errors?: null | display.ModelError[]
エラー内容です。
Error content.

Memberof

CampaignServiceValue

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

Memberof

CampaignServiceValue