CloudStorage constructor

CloudStorage({
  1. AvroFormat? avroFormat,
  2. String? bucket,
  3. String? matchGlob,
  4. String? minimumObjectCreateTime,
  5. PubSubAvroFormat? pubsubAvroFormat,
  6. String? state,
  7. TextFormat? textFormat,
})

Implementation

CloudStorage({
  this.avroFormat,
  this.bucket,
  this.matchGlob,
  this.minimumObjectCreateTime,
  this.pubsubAvroFormat,
  this.state,
  this.textFormat,
});