toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final compartmentId = this.compartmentId;
  final connectionStrings = this.connectionStrings;
  final containerDatabaseOcid = this.containerDatabaseOcid;
  final databaseManagementConfig = this.databaseManagementConfig;
  final definedTags = this.definedTags;
  final freeformTags = this.freeformTags;
  final isRestricted = this.isRestricted;
  final lifecycleDetails = this.lifecycleDetails;
  final lifecycleState = this.lifecycleState;
  final ocid = this.ocid;
  final operationsInsightsState = this.operationsInsightsState;
  final pdbName = this.pdbName;
  final pdbNodeLevelDetails = this.pdbNodeLevelDetails;
  return {
    'compartmentId': ?compartmentId,
    'connectionStrings': ?connectionStrings,
    'containerDatabaseOcid': ?containerDatabaseOcid,
    'databaseManagementConfig': ?databaseManagementConfig,
    'definedTags': ?definedTags,
    'freeformTags': ?freeformTags,
    'isRestricted': ?isRestricted,
    'lifecycleDetails': ?lifecycleDetails,
    'lifecycleState': ?lifecycleState,
    'ocid': ?ocid,
    'operationsInsightsState': ?operationsInsightsState,
    'pdbName': ?pdbName,
    'pdbNodeLevelDetails': ?pdbNodeLevelDetails,
  };
}