ListEffectiveSecurityHealthAnalyticsCustomModulesResponse constructor

ListEffectiveSecurityHealthAnalyticsCustomModulesResponse({
  1. List<GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule>? effectiveSecurityHealthAnalyticsCustomModules,
  2. String? nextPageToken,
})

Implementation

ListEffectiveSecurityHealthAnalyticsCustomModulesResponse({
  this.effectiveSecurityHealthAnalyticsCustomModules,
  this.nextPageToken,
});