この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Facetable Attributes Collection Input

検索属性のファセット可能な設定のコレクション。
JSON の例
1{
2"facetableAttributeSettings" : [
3   {
4   "type" : "ProductCategory",
5   "nameOrId" : "Id",
6   "displayRank" : "1",
7   "displayType" : "CategoryTree"
8   },
9  {
10  "type" : "Standard",
11  "nameOrId" : "Family",
12  "displayRank" : "2",
13  "displayType" : "SingleSelect"
14  },
15  {
16  "type" : "Custom",
17  "nameOrId" : "color__c",
18  "displayRank" : "3",
19  "displayType" : "MultiSelect"
20  }
21  ]
22}
プロパティ
名前 説明 必須か省略可能 使用可能なバージョン
facetable​Attribute​Settings Facetable Attribute Input[] 最大 50 個のファセット可能な設定のコレクション。 必須 49.0