InventoryDestination.fromXml constructor
      
      InventoryDestination.fromXml(
    
    
- XmlElement? xml
 
Implementation
InventoryDestination.fromXml(XmlElement? xml) {
  s3BucketDestination = InventoryS3BucketDestination.fromXml(
      getProp(xml, 'S3BucketDestination'));
}