RestorePlanBinding constructor

RestorePlanBinding({
  1. String? backupPlan,
  2. String? createTime,
  3. String? etag,
  4. String? name,
  5. String? restorePlan,
  6. String? uid,
  7. String? updateTime,
})

Implementation

RestorePlanBinding({
  this.backupPlan,
  this.createTime,
  this.etag,
  this.name,
  this.restorePlan,
  this.uid,
  this.updateTime,
});