Compartilhar via


ServiceListQueuesSegmentResponse type

Contém dados de resposta para a operação listQueuesSegment.

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