toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (automatedBackupPolicy != null)
        'automatedBackupPolicy': automatedBackupPolicy!,
      if (changeStreamConfig != null)
        'changeStreamConfig': changeStreamConfig!,
      if (clusterStates != null) 'clusterStates': clusterStates!,
      if (columnFamilies != null) 'columnFamilies': columnFamilies!,
      if (deletionProtection != null)
        'deletionProtection': deletionProtection!,
      if (granularity != null) 'granularity': granularity!,
      if (name != null) 'name': name!,
      if (restoreInfo != null) 'restoreInfo': restoreInfo!,
      if (stats != null) 'stats': stats!,
    };