toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final cloudFunction = this.cloudFunction;
final cloudRun = this.cloudRun;
final gke = this.gke;
final httpEndpoint = this.httpEndpoint;
final networkConfig = this.networkConfig;
final workflow = this.workflow;
return {
'cloudFunction': ?cloudFunction,
'cloudRun': ?cloudRun,
'gke': ?gke,
'httpEndpoint': ?httpEndpoint,
'networkConfig': ?networkConfig,
'workflow': ?workflow,
};
}