toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final avroFormat = this.avroFormat;
final bucket = this.bucket;
final matchGlob = this.matchGlob;
final minimumObjectCreateTime = this.minimumObjectCreateTime;
final pubsubAvroFormat = this.pubsubAvroFormat;
final state = this.state;
final textFormat = this.textFormat;
return {
'avroFormat': ?avroFormat,
'bucket': ?bucket,
'matchGlob': ?matchGlob,
'minimumObjectCreateTime': ?minimumObjectCreateTime,
'pubsubAvroFormat': ?pubsubAvroFormat,
'state': ?state,
'textFormat': ?textFormat,
};
}