ListResourceValueConfigsResponse constructor
ListResourceValueConfigsResponse({
- String? nextPageToken,
- List<
GoogleCloudSecuritycenterV1ResourceValueConfig> ? resourceValueConfigs,
Implementation
ListResourceValueConfigsResponse({
this.nextPageToken,
this.resourceValueConfigs,
});