Fetch Files
Output representation for a fetch optimization files operation.
Contains a map of the files created in the org for the specified optimization
request.
- JSON example
-
1{ 2 "createdFiles": { 3 "property1": { 4 "contentVersionId": "string", 5 "success": true 6 }, 7 "property2": { 8 "contentVersionId": "string", 9 "success": true 10 } 11 } 12}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| createdFiles | Map<String, Created File> | Map of file names to their corresponding file creation details. Each key is the name of a file associated with the optimization request. Each value contains the Content Version ID and a success indicator. | Small, 66.0 | 66.0 |