toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final bucketFilters = this.bucketFilters;
final dryRunJobId = this.dryRunJobId;
final insightsDatasetConfig = this.insightsDatasetConfig;
final objectFilters = this.objectFilters;
final project = this.project;
final snapshotTime = this.snapshotTime;
final targetLocations = this.targetLocations;
return {
'bucketFilters': ?bucketFilters,
'dryRunJobId': ?dryRunJobId,
'insightsDatasetConfig': ?insightsDatasetConfig,
'objectFilters': ?objectFilters,
'project': ?project,
'snapshotTime': ?snapshotTime,
'targetLocations': ?targetLocations,
};
}