package backup { [RemoteClass(alias="com.adobe.idp.backup.dsc.service.BackupModeResult")] public class BackupModeResult { //The name of each property must match the corresponding Java type on the server //so that you can access the values using this class. public var id:String; } }