SqlInstancesVerifyExternalSyncSettingsResponse constructor

SqlInstancesVerifyExternalSyncSettingsResponse({
  1. List<SqlExternalSyncSettingError>? errors,
  2. String? kind,
  3. List<SqlExternalSyncSettingError>? warnings,
})

Implementation

SqlInstancesVerifyExternalSyncSettingsResponse({
  this.errors,
  this.kind,
  this.warnings,
});