toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final awsKinesis = this.awsKinesis;
  final awsMsk = this.awsMsk;
  final azureEventHubs = this.azureEventHubs;
  final cloudStorage = this.cloudStorage;
  final confluentCloud = this.confluentCloud;
  final platformLogsSettings = this.platformLogsSettings;
  return {
    'awsKinesis': ?awsKinesis,
    'awsMsk': ?awsMsk,
    'azureEventHubs': ?azureEventHubs,
    'cloudStorage': ?cloudStorage,
    'confluentCloud': ?confluentCloud,
    'platformLogsSettings': ?platformLogsSettings,
  };
}