DeleteConfigurationSetResponse.fromJson constructor

DeleteConfigurationSetResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory DeleteConfigurationSetResponse.fromJson(Map<String, dynamic> _) {
  return DeleteConfigurationSetResponse();
}