GetBucketWebsiteOutput constructor

GetBucketWebsiteOutput({
  1. ErrorDocument? errorDocument,
  2. IndexDocument? indexDocument,
  3. RedirectAllRequestsTo? redirectAllRequestsTo,
  4. List<RoutingRule>? routingRules,
})

Implementation

GetBucketWebsiteOutput({
  this.errorDocument,
  this.indexDocument,
  this.redirectAllRequestsTo,
  this.routingRules,
});