UpdateConfigurationSetEventDestinationResponse.fromXml constructor
      
      UpdateConfigurationSetEventDestinationResponse.fromXml(
    
    
- XmlElement elem
Implementation
factory UpdateConfigurationSetEventDestinationResponse.fromXml(
    // ignore: avoid_unused_constructor_parameters
    _s.XmlElement elem) {
  return UpdateConfigurationSetEventDestinationResponse();
}