ListMuteConfigsResponse

Response message for listing mute configs.

JSON representation
{
  "muteConfigs": [
    {
      object (MuteConfig)
    }
  ],
  "nextPageToken": string
}
Fields
muteConfigs[]

object (MuteConfig)

The mute configs from the specified parent.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.