NotificationConfigurationFilter.fromXml constructor
NotificationConfigurationFilter.fromXml(
- XmlElement? xml
Implementation
NotificationConfigurationFilter.fromXml(XmlElement? xml) {
key = S3KeyFilter.fromXml(getProp(xml, 'Key'));
}