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