appUser property

JsonObject<AppUser> appUser
getter/setter pair

The user who created the attachment.

This is a nested JSON object representing the AppUser who created the attachment.

Implementation

JsonObject<AppUser> appUser = JsonObject<AppUser>("appUser");