SetInternalStatusRequest constructor

SetInternalStatusRequest({
  1. String? backupConfigState,
  2. String? requestId,
  3. String? value,
})

Implementation

SetInternalStatusRequest({
  this.backupConfigState,
  this.requestId,
  this.value,
});