toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final metastoreServiceConfig = this.metastoreServiceConfig;
  final serviceAccountId = this.serviceAccountId;
  final sparkHistoryServerConfig = this.sparkHistoryServerConfig;
  return {
    'metastoreServiceConfig': ?metastoreServiceConfig,
    'serviceAccountId': ?serviceAccountId,
    'sparkHistoryServerConfig': ?sparkHistoryServerConfig,
  };
}