package backup { [RemoteClass(alias="com.adobe.idp.backup.dsc.service.BackupModeEntryResult")] public class BackupModeEntryResult { //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 label:String; public var startTime:int; public var reservationTimeout:int; public var id:String; public var previousReservationId:String; } }