AppRecoveryAction constructor

AppRecoveryAction({
  1. String? appRecoveryId,
  2. String? cancelTime,
  3. String? createTime,
  4. String? deployTime,
  5. String? lastUpdateTime,
  6. RemoteInAppUpdateData? remoteInAppUpdateData,
  7. String? status,
  8. Targeting? targeting,
})

Implementation

AppRecoveryAction({
  this.appRecoveryId,
  this.cancelTime,
  this.createTime,
  this.deployTime,
  this.lastUpdateTime,
  this.remoteInAppUpdateData,
  this.status,
  this.targeting,
});