image property

JsonObject<Image> image
getter/setter pair

The image associated with the attachment.

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

Implementation

JsonObject<Image> image = JsonObject<Image>("image");