toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (metastoreServiceConfig != null)
        'metastoreServiceConfig': metastoreServiceConfig!,
      if (serviceAccountId != null) 'serviceAccountId': serviceAccountId!,
      if (sparkHistoryServerConfig != null)
        'sparkHistoryServerConfig': sparkHistoryServerConfig!,
    };