DetectStackSetDriftOutput.fromXml constructor

DetectStackSetDriftOutput.fromXml(
  1. XmlElement elem
)

Implementation

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