共用方式為


ServiceListQueuesSegmentResponse type

包含 listQueuesSegment 作業的回應資料。

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