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

Context Attribute Mappings Input

コンテキスト属性の対応付けの入力表現。
JSON の例
1{
2    "contextAttributeMappings": [
3        {
4            "contextAttributeId": "11nxx000001hIgLAAU",
5            "hydrationDetails": {
6                "contextAttrHydrationDetails": [
7                    {
8                        "sObjectDomain": "Order",
9                        "queryAttribute": "Status"
10                    }
11                ]
12            }
13        },
14        {
15            "contextAttributeId": "11nxx000001hKiFAAU",
16            "hydrationDetails": {
17                "contextAttrHydrationDetails": [
18                    {
19                        "sObjectDomain": "Order",
20                        "queryAttribute": "Name"
21                    }
22                ]
23            }
24        }
25    ]
26}
プロパティ
名前 説明 必須か省略可能 使用可能なバージョン
contextAttributeId String コンテキスト属性レコードの ID。 必須 59.0
contextAttributeMappingId String コンテキスト属性の対応付けレコードの ID。 必須 59.0
contextInputAttributeName String コンテキスト入力属性名。 省略可能 59.0
hydrationDetails Context Attribute Hydration Details Input[] コンテキスト属性ハイドレーション詳細のリスト。 省略可能 59.0