UpdateTerminationProtectionOutput.fromXml constructor

UpdateTerminationProtectionOutput.fromXml(
  1. XmlElement elem
)

Implementation

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