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