PatchBucketRequest constructor
      
      PatchBucketRequest({ 
    
- String? name,
- String? description,
- List<PatchRetentionRule> ? retentionRules = const [],
Returns a new PatchBucketRequest instance.
Implementation
PatchBucketRequest({
  this.name,
  this.description,
  this.retentionRules = const [],
});