toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final alias = this.alias;
final goldengateConnection = this.goldengateConnection;
final goldengateDeployment = this.goldengateDeployment;
final ocid = this.ocid;
final state = this.state;
return {
'alias': ?alias,
'goldengateConnection': ?goldengateConnection,
'goldengateDeployment': ?goldengateDeployment,
'ocid': ?ocid,
'state': ?state,
};
}