Interface AssetServiceCalloutAsset

AssetServiceCalloutAssetオブジェクトは、テキスト補足アセットのアセット情報を格納します。
ADD時、このフィールドは省略可能となります。※typeがCALLOUTの場合は必須です。
AssetServiceCalloutAsset contains Asset value information for callout options.
This field is optional in ADD operation. *If type is CALLOUT, this field is required.

Hierarchy

  • AssetServiceCalloutAsset

Properties

calloutText?: null | string
コールアウトテキストです。
ADDおよびSET時、このフィールドは必須となります。
Callout text.
This field is required in ADD and SET operation.

Memberof

AssetServiceCalloutAsset

endDate?: null | string
配信終了日です。
※空で設定すると、既存の配信終了日は削除されます。
このフィールドは、ADDおよびSET時に省略可能となり、REMOVE時に無視されます。
End date of ad display.
*By setting blank, existing end date of ad display will be deleted.
This field is optional in ADD and SET operation, and will be ignored in REMOVE operation.

Memberof

AssetServiceCalloutAsset

reviewCalloutText?: null | string
審査中のコールアウトテキストです。
このフィールドは、リクエストの際には無視されます。
審査中の間のみ、レスポンスの際に返却されます。
Callout text on editorial review.
This field will be ignored on input.
It will be returned at the time of response only during the review.

Memberof

AssetServiceCalloutAsset

schedules?: null | AssetServiceSchedule[]

Memberof

AssetServiceCalloutAsset

startDate?: null | string
配信開始日です。
※空で設定すると、既存の配信開始日は削除されます。
このフィールドは、ADDおよびSET時に省略可能となり、REMOVE時に無視されます。
Start date of ad display
*On setting blank, existing start date of ad display will be deleted.
This field is optional in ADD and SET operation, and will be ignored in REMOVE operation.

Memberof

AssetServiceCalloutAsset