SourceSelectionCriteria.fromXml constructor

SourceSelectionCriteria.fromXml(
  1. XmlElement? xml
)

Implementation

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