Interface CampaignServiceValue

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

Hierarchy

  • CampaignServiceValue

Properties

campaign?: null | search.Campaign

Memberof

CampaignServiceValue

errors?: null | search.ModelError[]

Memberof

CampaignServiceValue

operationSucceeded?: null | boolean
処理結果を表示します。
Result of process.

Memberof

CampaignServiceValue