ListMuteConfigsResponse constructor
      
      ListMuteConfigsResponse({ 
    
    
- List<
GoogleCloudSecuritycenterV1MuteConfig> ? muteConfigs, - String? nextPageToken,
 
Implementation
ListMuteConfigsResponse({
  this.muteConfigs,
  this.nextPageToken,
});