Interface AssetServiceStructuredSnippetAsset

AssetServiceStructuredSnippetAssetオブジェクトは、カテゴリ補足アセットのアセット情報を格納します。
ADD時、このフィールドは省略可能となります。※typeがSTRUCTURED_SNIPPETの場合は必須です。
詳細は以下のヘルプを参照してください。
補足カテゴリーと補足内容の入力例(カテゴリ補足アセット)
AssetServiceStructuredSnippetAsset contains Asset value information for category snippet asset.
This field is optional in ADD operation. *If type is STRUCTURED_SNIPPET, this field is required.
See also the help below.
* Example of supplemental category and supplemental text (Category snippet asset)

Hierarchy

  • AssetServiceStructuredSnippetAsset

Properties

header?: null | string
ヘッダーです。
ADDおよびSET時、このフィールドは必須となります。
Header.
This field is required in ADD and SET operation.

Memberof

AssetServiceStructuredSnippetAsset

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

Memberof

AssetServiceStructuredSnippetAsset

reviewValues?: null | string[]
レビュー中のバリューです。
このフィールドは、リクエストの際には無視されます。
審査中の間のみ、レスポンスの際に返却されます。
Value on editorial review.
This field will be ignored on input.
It will be returned at the time of response only during the review.

Memberof

AssetServiceStructuredSnippetAsset

values?: null | string[]
バリューです。
ADDおよびSET時、このフィールドは必須となります。
Value.
This field is required in ADD and SET operation.

Memberof

AssetServiceStructuredSnippetAsset