Interface SearchKeywordIdeaServiceSelector

SearchKeywordIdeaServiceSelectorオブジェクトは、サーチターゲティング対象キーワードのリストを表します。
SearchKeywordIdeaServiceSelector object displays the list of keyword for search targeting.

Hierarchy

  • SearchKeywordIdeaServiceSelector

Properties

availabilityStatus?: null | SearchKeywordIdeaServiceAvailabilityStatus

Memberof

SearchKeywordIdeaServiceSelector

Memberof

SearchKeywordIdeaServiceSelector

keywordIds?: null | number[]
検索条件:キーワードID
※キーワード検索用
※キーワード、キーワードIDの同時指定はできません。
Search condition : Keyword ID.
*Keyword for searching.
*Can not specify Keyword and Keyword ID at the same time.

Memberof

SearchKeywordIdeaServiceSelector

Memberof

SearchKeywordIdeaServiceSelector

keywords?: null | string[]
検索条件:キーワード
※キーワード提案用
※キーワード、キーワードIDの同時指定はできません。
Search condition : Keyword.
*Keyword for suggesting.
*Can not specify Keyword and Keyword ID at the same time.

Memberof

SearchKeywordIdeaServiceSelector

Memberof

SearchKeywordIdeaServiceSelector

numberResults?: null | number
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.

Memberof

SearchKeywordIdeaServiceSelector

Memberof

SearchKeywordIdeaServiceSelector

Memberof

SearchKeywordIdeaServiceSelector

startIndex?: null | number
取得を開始する結果セット内の位置。このフィールドは、0以上を指定する必要があります。
The position within the result set where retrieval begins. This field must be greater than or equal to 0.

Memberof

SearchKeywordIdeaServiceSelector