ListAllFeedbackLabelsResponse

The response for listing all feedback labels.

JSON representation
{
  "feedbackLabels": [
    {
      object (FeedbackLabel)
    }
  ],
  "nextPageToken": string
}
Fields
feedbackLabels[]

object (FeedbackLabel)

The feedback labels that match the request.

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.