toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final bucketList = this.bucketList;
final completeTime = this.completeTime;
final counters = this.counters;
final createTime = this.createTime;
final deleteObject = this.deleteObject;
final description = this.description;
final dryRun = this.dryRun;
final errorSummaries = this.errorSummaries;
final loggingConfig = this.loggingConfig;
final name = this.name;
final putMetadata = this.putMetadata;
final putObjectHold = this.putObjectHold;
final rewriteObject = this.rewriteObject;
final scheduleTime = this.scheduleTime;
final state = this.state;
return {
'bucketList': ?bucketList,
'completeTime': ?completeTime,
'counters': ?counters,
'createTime': ?createTime,
'deleteObject': ?deleteObject,
'description': ?description,
'dryRun': ?dryRun,
'errorSummaries': ?errorSummaries,
'loggingConfig': ?loggingConfig,
'name': ?name,
'putMetadata': ?putMetadata,
'putObjectHold': ?putObjectHold,
'rewriteObject': ?rewriteObject,
'scheduleTime': ?scheduleTime,
'state': ?state,
};
}