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