Condividi tramite


ServiceListSharesSegmentResponse type

Contiene i dati di risposta per l'operazione listShares .

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