Interface AdGroupAdServiceValue

AdGroupAdServiceValueオブジェクトは、処理結果を含む広告に関する情報を表します。
The AdGroupAdServiceValue object is a container for storing ad information includes operation results.

Hierarchy

  • AdGroupAdServiceValue

Properties

adGroupAd?: null | display.AdGroupAd

Memberof

AdGroupAdServiceValue

errors?: null | display.ModelError[]

Memberof

AdGroupAdServiceValue

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

Memberof

AdGroupAdServiceValue