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