UpdateConfigurationSetEventDestinationResponse.fromJson constructor

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

Implementation

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