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