ListEffectiveSecurityHealthAnalyticsCustomModulesResponse constructor
      
      ListEffectiveSecurityHealthAnalyticsCustomModulesResponse({ 
    
    
- List<GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule> ? effectiveSecurityHealthAnalyticsCustomModules,
- String? nextPageToken,
Implementation
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse({
  this.effectiveSecurityHealthAnalyticsCustomModules,
  this.nextPageToken,
});