Interface CampaignAssetServiceValue

CampaignAssetServiceValueオブジェクトは、キャンペーンとアセット間の設定情報を格納するコンテナです。
CampaignAssetServiceValue is a container of configuration information between campaign and assets.

Hierarchy

  • CampaignAssetServiceValue

Properties

campaignAsset?: null | CampaignAsset

Memberof

CampaignAssetServiceValue

errors?: null | search.ModelError[]

Memberof

CampaignAssetServiceValue

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

Memberof

CampaignAssetServiceValue