SseKmsEncryptedObjects.fromXml constructor
SseKmsEncryptedObjects.fromXml(
- XmlElement? xml
Implementation
SseKmsEncryptedObjects.fromXml(XmlElement? xml) {
status = getProp(xml, 'Status')?.text;
}