toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (activatedStorageCount != null)
    'activatedStorageCount': activatedStorageCount!,
  if (additionalStorageCount != null)
    'additionalStorageCount': additionalStorageCount!,
  if (availableStorageSizeGb != null)
    'availableStorageSizeGb': availableStorageSizeGb!,
  if (computeCount != null) 'computeCount': computeCount!,
  if (computeModel != null) 'computeModel': computeModel!,
  if (cpuCount != null) 'cpuCount': cpuCount!,
  if (customerContacts != null) 'customerContacts': customerContacts!,
  if (dataStorageSizeTb != null) 'dataStorageSizeTb': dataStorageSizeTb!,
  if (databaseServerType != null) 'databaseServerType': databaseServerType!,
  if (dbNodeStorageSizeGb != null)
    'dbNodeStorageSizeGb': dbNodeStorageSizeGb!,
  if (dbServerVersion != null) 'dbServerVersion': dbServerVersion!,
  if (maintenanceWindow != null) 'maintenanceWindow': maintenanceWindow!,
  if (maxCpuCount != null) 'maxCpuCount': maxCpuCount!,
  if (maxDataStorageTb != null) 'maxDataStorageTb': maxDataStorageTb!,
  if (maxDbNodeStorageSizeGb != null)
    'maxDbNodeStorageSizeGb': maxDbNodeStorageSizeGb!,
  if (maxMemoryGb != null) 'maxMemoryGb': maxMemoryGb!,
  if (memorySizeGb != null) 'memorySizeGb': memorySizeGb!,
  if (monthlyDbServerVersion != null)
    'monthlyDbServerVersion': monthlyDbServerVersion!,
  if (monthlyStorageServerVersion != null)
    'monthlyStorageServerVersion': monthlyStorageServerVersion!,
  if (nextMaintenanceRunId != null)
    'nextMaintenanceRunId': nextMaintenanceRunId!,
  if (nextMaintenanceRunTime != null)
    'nextMaintenanceRunTime': nextMaintenanceRunTime!,
  if (nextSecurityMaintenanceRunTime != null)
    'nextSecurityMaintenanceRunTime': nextSecurityMaintenanceRunTime!,
  if (ociUrl != null) 'ociUrl': ociUrl!,
  if (ocid != null) 'ocid': ocid!,
  if (shape != null) 'shape': shape!,
  if (state != null) 'state': state!,
  if (storageCount != null) 'storageCount': storageCount!,
  if (storageServerType != null) 'storageServerType': storageServerType!,
  if (storageServerVersion != null)
    'storageServerVersion': storageServerVersion!,
  if (totalStorageSizeGb != null) 'totalStorageSizeGb': totalStorageSizeGb!,
};