ListDescendantSecurityHealthAnalyticsCustomModulesResponse constructor

ListDescendantSecurityHealthAnalyticsCustomModulesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule>? securityHealthAnalyticsCustomModules,
})

Implementation

ListDescendantSecurityHealthAnalyticsCustomModulesResponse({
  this.nextPageToken,
  this.securityHealthAnalyticsCustomModules,
});