TooManyStreamingDistributionCNAMEs.fromXml constructor
TooManyStreamingDistributionCNAMEs.fromXml(
- XmlElement elem
Implementation
factory TooManyStreamingDistributionCNAMEs.fromXml(_s.XmlElement elem) {
return TooManyStreamingDistributionCNAMEs(
message: _s.extractXmlStringValue(elem, 'Message'),
);
}