File¶
This docs was updated at: 2026-02-23
com.paragon.responses.spec.File ยท Record
A file input to the model.
Methods¶
fromUrl¶
Creates a file from a URL.
fromUrl¶
Creates a file from a URL with filename.
fromFileId¶
Creates a file from a file ID.
fromFileId¶
Creates a file from a file ID with filename.
fromBase64¶
Creates a file from base64-encoded data.