CreateBucketConfiguration.fromXml constructor

CreateBucketConfiguration.fromXml(
  1. XmlElement? xml
)

Implementation

CreateBucketConfiguration.fromXml(XmlElement? xml) {
  locationConstraint = getProp(xml, 'LocationConstraint')?.text;
}