Newer Version Available

This content describes an older version of this product. View Latest

Apex String

Input representation for a key-value pair.
JSON example
1{
2  "key": "FieldName__c",
3  "value": "FieldValue"
4}
Properties
Name Type Description Required or Optional Available Version
key String API name of the field. Optional 65.0
value String Value to assign to the field. Optional 65.0