GcRule constructor

GcRule({
  1. Intersection? intersection,
  2. String? maxAge,
  3. int? maxNumVersions,
  4. Union? union,
})

Implementation

GcRule({this.intersection, this.maxAge, this.maxNumVersions, this.union});