UpdateTerminationProtectionOutput.fromXml constructor
UpdateTerminationProtectionOutput.fromXml(
- XmlElement elem
Implementation
factory UpdateTerminationProtectionOutput.fromXml(_s.XmlElement elem) {
return UpdateTerminationProtectionOutput(
stackId: _s.extractXmlStringValue(elem, 'StackId'),
);
}