ListTransitionRouteGroupsResponse

The response message for TransitionRouteGroups.ListTransitionRouteGroups.

JSON representation
{
  "transitionRouteGroups": [
    {
      object (TransitionRouteGroup)
    }
  ],
  "nextPageToken": string
}
Fields
transitionRouteGroups[]

object (TransitionRouteGroup)

The list of transition route groups. There will be a maximum number of items returned based on the pageSize field in the request. The list may in some cases be empty or contain fewer entries than pageSize even if this isn't the last page.

nextPageToken

string

Token to retrieve the next page of results, or empty if there are no more results in the list.