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