SqlInstancesVerifyExternalSyncSettingsResponse constructor
SqlInstancesVerifyExternalSyncSettingsResponse({
- List<
SqlExternalSyncSettingError> ? errors, - String? kind,
- List<
SqlExternalSyncSettingError> ? warnings,
Implementation
SqlInstancesVerifyExternalSyncSettingsResponse({
this.errors,
this.kind,
this.warnings,
});