file property

JsonObject<File> file
getter/setter pair

The file associated with the attachment.

This is a nested JSON object representing the File linked to the attachment.

Implementation

JsonObject<File> file = JsonObject<File>("file");