toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final customer = this.customer;
final filter = this.filter;
final googleCloudPubsubTopic = this.googleCloudPubsubTopic;
final name = this.name;
return {
'customer': ?customer,
'filter': ?filter,
'googleCloudPubsubTopic': ?googleCloudPubsubTopic,
'name': ?name,
};
}