ListSecurityHealthAnalyticsCustomModulesResponse constructor
      
      ListSecurityHealthAnalyticsCustomModulesResponse({ 
    
    
- String? nextPageToken,
- List<GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule> ? securityHealthAnalyticsCustomModules,
Implementation
ListSecurityHealthAnalyticsCustomModulesResponse({
  this.nextPageToken,
  this.securityHealthAnalyticsCustomModules,
});