共用方式為


ServiceListQueuesSegmentResponse type

包含 listQueuesSegment 作業的回應資料。

type ServiceListQueuesSegmentResponse = WithResponse<
  ServiceListQueuesSegmentHeaders & ListQueuesSegmentResponse,
  ServiceListQueuesSegmentHeaders,
  ListQueuesSegmentResponse
>