toJson method

Map<String, dynamic> toJson()

Implementation

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