ServiceListQueuesSegmentResponse type

Contains response data for the listQueuesSegment operation.

type ServiceListQueuesSegmentResponse = ServiceListQueuesSegmentHeaders &
  ListQueuesSegmentResponse & {
    _response: coreHttp.HttpResponse & {
      bodyAsText: string
      parsedBody: ListQueuesSegmentResponse
      parsedHeaders: ServiceListQueuesSegmentHeaders
    }
  }