immediate property

bool? immediate
getter/setter pair

Determines whether to immediately delete the IosApp.

If set to true, the App is immediately deleted from the Project and cannot be restored to the Project. If not set, defaults to false, which means the App will be set to expire in 30 days. Within the 30 days, the App may be restored to the Project using UndeleteIosApp

Implementation

core.bool? immediate;