ServiceListQueuesSegmentResponse type
包含 listQueuesSegment作的响应数据。
type ServiceListQueuesSegmentResponse = WithResponse<
ServiceListQueuesSegmentHeaders & ListQueuesSegmentResponse,
ServiceListQueuesSegmentHeaders,
ListQueuesSegmentResponse
>