toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adminPassword = this.adminPassword;
  final characterSet = this.characterSet;
  final createTime = this.createTime;
  final databaseId = this.databaseId;
  final dbHomeName = this.dbHomeName;
  final dbName = this.dbName;
  final dbUniqueName = this.dbUniqueName;
  final gcpOracleZone = this.gcpOracleZone;
  final name = this.name;
  final ncharacterSet = this.ncharacterSet;
  final ociUrl = this.ociUrl;
  final opsInsightsStatus = this.opsInsightsStatus;
  final properties = this.properties;
  final tdeWalletPassword = this.tdeWalletPassword;
  return {
    'adminPassword': ?adminPassword,
    'characterSet': ?characterSet,
    'createTime': ?createTime,
    'databaseId': ?databaseId,
    'dbHomeName': ?dbHomeName,
    'dbName': ?dbName,
    'dbUniqueName': ?dbUniqueName,
    'gcpOracleZone': ?gcpOracleZone,
    'name': ?name,
    'ncharacterSet': ?ncharacterSet,
    'ociUrl': ?ociUrl,
    'opsInsightsStatus': ?opsInsightsStatus,
    'properties': ?properties,
    'tdeWalletPassword': ?tdeWalletPassword,
  };
}