ModifySnapshotCopyRetentionPeriodResult.fromXml constructor
ModifySnapshotCopyRetentionPeriodResult.fromXml(
- XmlElement elem
Implementation
factory ModifySnapshotCopyRetentionPeriodResult.fromXml(_s.XmlElement elem) {
return ModifySnapshotCopyRetentionPeriodResult(
cluster:
_s.extractXmlChild(elem, 'Cluster')?.let((e) => Cluster.fromXml(e)),
);
}