ListMuteConfigsResponse constructor

ListMuteConfigsResponse({
  1. List<GoogleCloudSecuritycenterV1MuteConfig>? muteConfigs,
  2. String? nextPageToken,
})

Implementation

ListMuteConfigsResponse({
  this.muteConfigs,
  this.nextPageToken,
});