toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (awsKinesis != null) 'awsKinesis': awsKinesis!,
      if (awsMsk != null) 'awsMsk': awsMsk!,
      if (azureEventHubs != null) 'azureEventHubs': azureEventHubs!,
      if (cloudStorage != null) 'cloudStorage': cloudStorage!,
      if (confluentCloud != null) 'confluentCloud': confluentCloud!,
      if (platformLogsSettings != null)
        'platformLogsSettings': platformLogsSettings!,
    };