SourceSelectionCriteria.fromXml constructor
SourceSelectionCriteria.fromXml(
- XmlElement? xml
Implementation
SourceSelectionCriteria.fromXml(XmlElement? xml) {
sseKmsEncryptedObjects =
SseKmsEncryptedObjects.fromXml(getProp(xml, 'SseKmsEncryptedObjects'));
}