Interface CampaignLabelServiceValue

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

Hierarchy

  • CampaignLabelServiceValue

Properties

campaignLabel?: null | display.CampaignLabel

Memberof

CampaignLabelServiceValue

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

Memberof

CampaignLabelServiceValue

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

Memberof

CampaignLabelServiceValue