DetectStackSetDriftOutput.fromXml constructor
DetectStackSetDriftOutput.fromXml(
- XmlElement elem
Implementation
factory DetectStackSetDriftOutput.fromXml(_s.XmlElement elem) {
return DetectStackSetDriftOutput(
operationId: _s.extractXmlStringValue(elem, 'OperationId'),
);
}