toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final alloydb = this.alloydb;
final cloudsql = this.cloudsql;
final createTime = this.createTime;
final displayName = this.displayName;
final error = this.error;
final labels = this.labels;
final mysql = this.mysql;
final name = this.name;
final oracle = this.oracle;
final postgresql = this.postgresql;
final provider = this.provider;
final role = this.role;
final satisfiesPzi = this.satisfiesPzi;
final satisfiesPzs = this.satisfiesPzs;
final sqlserver = this.sqlserver;
final state = this.state;
final updateTime = this.updateTime;
return {
'alloydb': ?alloydb,
'cloudsql': ?cloudsql,
'createTime': ?createTime,
'displayName': ?displayName,
'error': ?error,
'labels': ?labels,
'mysql': ?mysql,
'name': ?name,
'oracle': ?oracle,
'postgresql': ?postgresql,
'provider': ?provider,
'role': ?role,
'satisfiesPzi': ?satisfiesPzi,
'satisfiesPzs': ?satisfiesPzs,
'sqlserver': ?sqlserver,
'state': ?state,
'updateTime': ?updateTime,
};
}