Partilhar via


ServiceListSharesSegmentResponse type

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

type ServiceListSharesSegmentResponse = WithResponse<
  ListSharesResponse & ServiceListSharesSegmentHeaders,
  ServiceListSharesSegmentHeaders,
  ListSharesResponseModel
>