toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final P_since = this.P_since;
final P_type = this.P_type;
final bigqueryDestination = this.bigqueryDestination;
final gcsDestination = this.gcsDestination;
return {
'_since': ?P_since,
'_type': ?P_type,
'bigqueryDestination': ?bigqueryDestination,
'gcsDestination': ?gcsDestination,
};
}