NotificationConfigurationFilter.fromXml constructor

NotificationConfigurationFilter.fromXml(
  1. XmlElement? xml
)

Implementation

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