SqlInstancesGetLatestRecoveryTimeResponse constructor

SqlInstancesGetLatestRecoveryTimeResponse({
  1. String? kind,
  2. String? latestRecoveryTime,
})

Implementation

SqlInstancesGetLatestRecoveryTimeResponse({
  this.kind,
  this.latestRecoveryTime,
});