data property holds the file contents and is required.Buffer for binary files (images, archives, compiled assets) and a string
for text files (XML, Apex, metadata files). Strings are treated as text content (typically UTF-8).data exactly as provided; no additional encoding is assumed.
Represents a single file or component included in a Salesforce deployment package.
This type merges the metadata defined by
SalesforcePackageComponentFilewith the actual file payload under thedataproperty.